Add setup.cfg to limit max line length to 100

... and complexity at 10.
but this won't be needed, right? ;-)
This commit is contained in:
Fred Pauchet 2021-05-14 20:30:04 +02:00
parent ccbc730bab
commit 1d182cf5e7
1 changed files with 3 additions and 0 deletions

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[flake8]
max-line-length=100
max-complexity=10