diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38f587a..3f8f765 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,11 +7,11 @@ repos: - --in-place - --aggressive - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.11.5 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/jazzband/pip-tools