ruff: enable TID rules

This commit is contained in:
Hugo Osvaldo Barrera 2025-08-28 11:39:06 +02:00
parent d42707c108
commit 96754a3d0a

View file

@ -66,7 +66,7 @@ select = [
"I", "I",
"UP", "UP",
"C4", "C4",
# "TID", "TID",
"RSE" "RSE"
] ]