mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
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
|