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:
Klaas van Schelven
2025-02-26 16:34:47 +01:00
parent 70a26ebb0f
commit 348c2dc80f
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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