Set flake8 max-line-length to a common-ish value (80+10%)

This commit is contained in:
Hugo 2018-11-11 22:49:01 +02:00
parent a9f847bed1
commit 38d06173cc

View File

@ -1,6 +1,11 @@
[aliases] [aliases]
test=pytest test=pytest
[metadata] [metadata]
license_file = LICENSE license_file = LICENSE
[tool:pytest] [tool:pytest]
addopts = -vx Tests addopts = -vx Tests
[flake8]
max-line-length = 88