9 lines
183 B
INI
9 lines
183 B
INI
[flake8]
|
|
count = True
|
|
ignore = W191,W503,E704,E203
|
|
max-complexity = 40
|
|
max-line-length = 160
|
|
show-source = True
|
|
statistics = True
|
|
exclude = .git,__pycache__,build,docs,actions-runner
|