refactor!: use all ruff rules

This commit is contained in:
2026-04-12 16:46:12 +02:00
parent 1a165876fe
commit 5bb9725000
9 changed files with 211 additions and 156 deletions
+2 -2
View File
@@ -15,5 +15,5 @@ dev = [
]
[tool.ruff.lint]
select = ["E", "F", "C", "W", "I"]
ignore = ["E501"]
select = ["ALL"]
ignore = ["D", "E501", "S104", "PLR2004", "ANN401", "BLE001", "COM812"]