Skip to content

Commit 34c2087

Browse files
authored
Update ruff.toml
1 parent 8e111ce commit 34c2087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ select = [
9696
"T10", # flake8-debugger
9797
"T20", # flake8-print
9898
"TCH", # flake8-type-checking
99-
"TD", # flake8-todos
99+
# "TD", # flake8-todos
100100
"TID", # flake8-tidy-imports
101101
"TRY", # tryceratops
102102
# "UP", # pyupgrade

0 commit comments

Comments
 (0)