ruff: enable warning lints

This commit is contained in:
Jörg Thalheim
2024-10-23 10:20:43 +02:00
committed by Mic92
parent 2f9981c510
commit 4af1954abf
15 changed files with 30 additions and 15 deletions

View File

@@ -41,6 +41,7 @@ lint.select = [
"TID",
"TRY",
"U",
"W",
"YTT",
]
lint.ignore = [