diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b183a329..17e0f1d13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort - repo: https://gitlab.com/pycqa/flake8