6 lines
100 B
INI
6 lines
100 B
INI
|
[flake8]
|
||
|
ignore = E501
|
||
|
exclude = .git,__pycache__,.gitlab
|
||
|
max-complexity = 15
|
||
|
max-line-length = 120
|