cleanup
This commit is contained in:
parent
ed021e3d81
commit
ff8ca92963
13 changed files with 29 additions and 24 deletions
|
|
@ -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
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue