Skip to content

Commit 96754a3

Browse files
committed
ruff: enable TID rules
1 parent d42707c commit 96754a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ select = [
6666
"I",
6767
"UP",
6868
"C4",
69-
# "TID",
69+
"TID",
7070
"RSE"
7171
]
7272

0 commit comments

Comments
 (0)