Skip to content

Commit 1a563c2

Browse files
committed
Ignore "multiple spaces before operator" error.
1 parent 8f4efee commit 1a563c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake8.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[flake8]
2-
ignore = W391,F403
2+
ignore = W391,F403,E221
33
max-line-length = 79

0 commit comments

Comments
 (0)