Skip to content

Commit

Permalink
adjust flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKneissl committed May 4, 2024
1 parent 5a2711b commit 5183552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
args:
- "--max-line-length=79"
- "--max-complexity=18"
- "--ignore=E501,W503,E203,F401,D400,D205,D401,D202,T001,D105,D104"
- "--ignore=E501,W503,E203,F401,D400,D205,D401,D202,T001,D105,D104 data/ docs/ test/"
additional_dependencies:
[
"flake8-bugbear==19.8.0",
Expand Down

0 comments on commit 5183552

Please sign in to comment.