Change max-line-length to 100 and refactor all longer lines

This commit is contained in:
2019-05-15 07:09:11 +02:00
parent 8abab57c06
commit aab135391a
2 changed files with 12 additions and 5 deletions

View File

@@ -10,3 +10,4 @@ commands =
[flake8]
exclude = build,dist,*.egg-info,.cache,.git,.tox,__pycache__
max-line-length = 100