diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 536f13e..5104181 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: '21.10b0' + rev: '21.11b1' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -31,7 +31,7 @@ repos: - id: check-symlinks - id: debug-statements - repo: https://github.com/asottile/pyupgrade - rev: 'v2.29.0' + rev: 'v2.29.1' hooks: - id: pyupgrade args: ['--py36-plus']