diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dbf2c0cc01d..fcfef50c6563 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.11.5 # must match test-requirements.txt + rev: 5.12.0 # must match test-requirements.txt hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 # must match test-requirements.txt + rev: 6.0.0 # must match test-requirements.txt hooks: - id: flake8 additional_dependencies: