and flake8 conf (mainly long lines)

This commit is contained in:
Tatu Wikman 2020-01-02 14:27:48 +02:00
parent 2b51544f07
commit 6b8e6bfbcd
No known key found for this signature in database
GPG Key ID: BF214F789950B74E
1 changed files with 5 additions and 0 deletions

5
setup.cfg Normal file
View File

@ -0,0 +1,5 @@
[flake8]
max-line-length = 260
[pycodestyle]
max-line-length = 260