5 lines
92 B
INI
5 lines
92 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore = E741
|
|
exclude = .git,__pycache__
|
|
max-complexity = 10
|