Ignore "multiple spaces before operator" error.

This commit is contained in:
Todd Gamblin
2016-05-10 03:06:55 -07:00
parent 8f4efeea97
commit 1a563c2b31

View File

@@ -1,3 +1,3 @@
[flake8]
ignore = W391,F403
ignore = W391,F403,E221
max-line-length = 79