Skip to content
Snippets Groups Projects
Commit 84cbe40b authored by David Douard's avatar David Douard
Browse files

Fix flake8 config in pre-commit

was missing the flake8-bugbear dependency, making effectively the
line-too-long check disabled.
parent 24e4b467
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==22.9.23]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment