mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-20 12:29:57 -06:00
tox.ini rule, as per comment
the associated code got removed before checkin, but I still like to ignore this rule in the future
This commit is contained in:
2
theme/static/css/dist/styles.css
vendored
2
theme/static/css/dist/styles.css
vendored
File diff suppressed because one or more lines are too long
2
tox.ini
2
tox.ini
@@ -4,5 +4,7 @@ exclude=venv,.venv,sentry/**,bugsink/event_schema.py
|
||||
extend-ignore=
|
||||
# E741: ambiguous variable name
|
||||
E741
|
||||
# E731: do not assign a lambda expression, use a def; turned off as per https://stackoverflow.com/a/37489941/339144
|
||||
E731
|
||||
per-file-ignores =
|
||||
**/migrations/*:E501
|
||||
|
||||
Reference in New Issue
Block a user