Skip to content

Commit

Permalink
github/linters/setup.cfg: ignore E203 for flake8 to fix compatibility…
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl authored and btashton committed Apr 17, 2023
1 parent 0914c20 commit 6b35ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = W503,W605
ignore = W503,W605,E203
max-complexity = 27
max-line-length = 125
show-source = True
Expand Down

0 comments on commit 6b35ff3

Please sign in to comment.