mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-05 21:00:13 -06:00
7 lines
158 B
INI
7 lines
158 B
INI
[flake8]
|
|
max-line-length=120
|
|
exclude=venv,.venv,**/migrations/*,sentry/**,bugsink/event_schema.py
|
|
extend-ignore=
|
|
# E741: ambiguous variable name
|
|
E741
|