Fixed E501 flake8 errors

line too long (> 120 characters)
This commit is contained in:
Andras Tim
2017-07-17 01:25:10 +02:00
parent b9e318866e
commit 7d2ceb7872
5 changed files with 30 additions and 10 deletions

View File

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