Specify max-line-length for pycodestyle

According to CONTRIBUTING.md it can be 100
This commit is contained in:
muffinmad
2020-05-21 17:31:44 +03:00
parent 64d131060c
commit 4ceca54138

View File

@@ -41,3 +41,5 @@ commands =
commands = flake8 --extend-ignore F401 {posargs:jedi}
deps =
extras = qa
[pycodestyle]
max-line-length=100