setup.cfg: Set flake8 max-line-length=88

This commit is contained in:
Teemu Ikonen 2022-11-03 14:32:54 +02:00
parent 447ed22f56
commit cb6a018cf4

View file

@ -1,2 +1,3 @@
[flake8]
exclude=.git,__pycache__,build
max-line-length=88