Fixed E272 flake8 errors

multiple spaces before keyword
This commit is contained in:
Andras Tim 2017-07-17 01:25:09 +02:00
parent c9a081d1a3
commit 4730c6d99d
2 changed files with 2 additions and 2 deletions

View File

@ -196,6 +196,6 @@ filterwarnings =
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
[flake8] [flake8]
ignore = E272,E293,E301,E302,E303,E401,E402,E501,E701,E702,E704,E712,E731 ignore = E293,E301,E302,E303,E401,E402,E501,E701,E702,E704,E712,E731
max-line-length = 120 max-line-length = 120
exclude = _pytest/vendored_packages/pluggy.py exclude = _pytest/vendored_packages/pluggy.py