Relax hard/enforced line length to 88 characters

This commit is contained in:
Justin Mayer 2020-04-27 09:44:09 +02:00
commit 2cd1d44576
2 changed files with 4 additions and 3 deletions

View file

@ -32,6 +32,7 @@ addopts = -n 2
[flake8]
application-import-names = pelican
import-order-style = cryptography
max-line-length = 88
[testenv:flake8]
basepython = python3.6