Skip to content

Commit a4e93df

Browse files
committed
feat: ruff ignore todo comments
1 parent ebc31f1 commit a4e93df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ ignore = [
137137
"G", # Logging with format string
138138
"EM", # error message has to be variable
139139
"SLF001", # private member access
140+
"TD", # TODO
141+
"FIX", # TODO
140142
]
141143

142144
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)