Decide on conflicting ruff rules

This commit is contained in:
Mike A
2024-01-02 21:05:44 +01:00
parent 81f39508b1
commit 23d81f5cb2
7 changed files with 57 additions and 27 deletions

View File

@@ -28,6 +28,9 @@ ignore = [
"ANN101", # annotations on `self`
"ANN102", # annotations on `cls`
"FIX002", # resolving TODOs
"D203", # one blank line before class docstring
"D212", # multi-line docstring start at first line
]
line-length = 100