diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56315f9..2cf0138 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '22.3.0' + rev: '22.6.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -41,7 +41,7 @@ repos: files: | .gitignore - repo: https://github.com/asottile/pyupgrade - rev: 'v2.34.0' + rev: 'v2.37.1' hooks: - id: pyupgrade args: ['--py36-plus']