diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2a9f60f8..7e2b19531 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,7 +49,7 @@ repos: additional_dependencies: - types-paramiko - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.13.0 hooks: - id: pyupgrade args: @@ -66,7 +66,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black # don't run black twice on constants.py