Skip to content

Commit

Permalink
fix(flake8): Ignore W503 and W504
Browse files Browse the repository at this point in the history
These are disabled by default. Overriding ignore here re-enabled them.
  • Loading branch information
EyeCantCU committed Nov 2, 2023
1 parent e14f166 commit 5111b06
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 @@ -23,4 +23,4 @@ install_requires =

[flake8]
max-line-length = 90
ignore = E501
ignore = E501,W503,W504

0 comments on commit 5111b06

Please sign in to comment.