Skip to content

Commit

Permalink
Align flake8 exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Sep 6, 2024
1 parent c2ce927 commit 1fab424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ exclude =
ignore = E226,W503,E203
max-line-length = 95
max-complexity = 10
exclude = */migrations/*,.tox,.git,__pycache__,build,dist,.eggs,_version.py
exclude = */migrations/*,.tox,.git,__pycache__,build,dist,.eggs
per-file-ignores = __init__.py: F401

0 comments on commit 1fab424

Please sign in to comment.