7 lines
186 B
INI
7 lines
186 B
INI
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
show_source = True
|
||
|
exclude = .git, __pycache__, build, dist, docs, tools, venv
|
||
|
extend-ignore = E203, E722, B903, B950, N801, N802, N806
|
||
|
extend-select = B9
|