diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9cc3fc1..ba602dd2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pyupgrade args: [ "--py36-plus" ] - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black