Ignore "multiple spaces before operator" error.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
ignore = W391,F403
|
ignore = W391,F403,E221
|
||||||
max-line-length = 79
|
max-line-length = 79
|
||||||
|
|||||||
Reference in New Issue
Block a user