14 lines
198 B
INI
14 lines
198 B
INI
[flake8]
|
|
max-line-length = 88
|
|
select = C,E,F,W,B,B950
|
|
extend-ignore = E203, E501
|
|
exclude =
|
|
.git
|
|
app/ui,
|
|
__pycache__,
|
|
archive,
|
|
migrations,
|
|
prof,
|
|
docs,
|
|
app/icons_rc.py
|