mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-26 02:35:59 +02:00
Decide on conflicting ruff rules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user