diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d196a78..c8b7072 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: black language_version: python3.11 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks