linter fixes

This commit is contained in:
Manuel Barkhau 2018-09-05 09:59:03 +02:00
parent e9642ac3d9
commit 0f6c3d3415
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[flake8] [flake8]
ignore = E203 ignore = E203,W504
max-line-length = 110 max-line-length = 110
exclude = .git,__pycache__,.eggs/,dist/,.mypy_cache exclude = .git,__pycache__,.eggs/,dist/,.mypy_cache