Added flake8 configuration file

This commit is contained in:
Nex 2022-03-15 13:36:03 +01:00
parent bc5d386be7
commit 3487078c03
1 changed files with 8 additions and 0 deletions

8
.flake8 Normal file
View File

@ -0,0 +1,8 @@
[flake8]
max-complexit = 10
max-line-length = 1000
ignore =
C901,
E265,
E127,
F401