diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3859ce01..f5326d97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: args: [--config=./pyproject.toml] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 types: [file, python]