This commit is contained in:
jan 2026-02-16 20:48:15 -08:00
commit ff8ca92963
13 changed files with 29 additions and 24 deletions

View file

@ -102,6 +102,8 @@ lint.ignore = [
"PLR09", # Too many xxx
"PLR2004", # magic number
"PLC0414", # import x as x
# "PLC0415", # non-top-level import
"PLW1641", # missing __hash__ with total_ordering
"TRY003", # Long exception message
]