diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4d2716..0efee95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,3 +13,10 @@ repos: - id: black args: - --preview + + - repo: https://github.com/pycqa/flake8 + rev: 6.1.0 + hooks: + - id: flake8 + additional_dependencies: [flake8-bugbear] + exclude: ^tests/b.*