Lint fix v2
All checks were successful
Build / Code quality (push) Successful in 9m45s

This commit is contained in:
2025-02-04 15:51:45 -03:00
parent e6c3896918
commit f3e0e60048
4 changed files with 8 additions and 8 deletions

View File

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