mirror of
https://github.com/bugsink/bugsink.git
synced 2026-04-24 16:09:05 -05:00
57541b6e0d
'l' is just fine as a variable name
7 lines
119 B
INI
7 lines
119 B
INI
[flake8]
|
|
max-line-length=120
|
|
exclude=venv,.venv,migrations
|
|
extend-ignore=
|
|
# E741: ambiguous variable name
|
|
E741
|