diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4df7495d..0e51e0cef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: '22.8.0' + rev: '22.10.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -48,7 +48,7 @@ repos: - id: detect-private-key exclude: ^tests/ - repo: https://github.com/asottile/pyupgrade - rev: 'v2.38.2' + rev: 'v3.1.0' hooks: - id: pyupgrade args: ['--py37-plus', '--keep-mock']