Set 88 chars per line

refactor
blallo 2020-11-11 22:23:30 +01:00
parent d87c89a075
commit 166b542846
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
[aliases]
test=pytest
[pycodestyle]
max-line-length=88
[flake8]
max-line-length=88
exclude =
.git,
__pycache__,