diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c96efa8..831d52c 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: v5.11.3 hooks: - id: isort - repo: https://github.com/psf/black