Skip to content

Commit

Permalink
Disable E704
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 20, 2024
1 parent 5657cd1 commit d1f1798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
ignore = E203, W503, E701
ignore = E203, W503, E701, E704
exclude = .git,venv,env
max-line-length = 119

0 comments on commit d1f1798

Please sign in to comment.