diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e219282e..31480dca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,7 @@ repos: - id: check-json - id: check-merge-conflict - id: check-added-large-files + - repo: https://github.com/PyCQA/flake8 + rev: 7.1.1 + hooks: + - id: flake8