This commit is contained in:
@@ -69,6 +69,11 @@ lint.ignore = [
|
||||
"Q002",
|
||||
"Q003",
|
||||
"W191",
|
||||
"ARG001",
|
||||
"SIM201",
|
||||
"RUF012",
|
||||
"N806",
|
||||
"ARG002",
|
||||
"N805", # Missing type annotation for self in method (Pydantic don't like this)
|
||||
"SIM108", # Use ternary operator {contents} instead of if-else-block
|
||||
"RUF009", # Missing dataclass field.
|
||||
|
||||
Reference in New Issue
Block a user