Skip to content

Commit

Permalink
flake8 to ignore E275
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Aug 9, 2022
1 parent de0206f commit 044198f
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,5 +1,5 @@
[flake8]
ignore = D203 W504
ignore = D203 W504 E275
max-line-length = 120
exclude =
.git
Expand Down

0 comments on commit 044198f

Please sign in to comment.