chore: make ruff / pre-commit happy

This commit is contained in:
Mike A.
2025-02-27 22:34:30 +01:00
parent 274443c94d
commit ed4ff77003
10 changed files with 20 additions and 16 deletions

View File

@@ -53,8 +53,6 @@ select = [
"ALL",
]
ignore = [
"ANN101", # annotations on `self`
"ANN102", # annotations on `cls`
"FIX002", # resolving TODOs
"D203", # one blank line before class docstring