Skip to content

Commit 794504b

Browse files
authored
MAINT: Remove ignoring Ruff rule TD005 (#3422)
TD005: Missing issue description after TODO.
1 parent 56f0eaa commit 794504b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ ignore = [
190190
"TC006", # To discuss: Add quotes to type expression in `typing.cast()`
191191
"TD002", # Authors of TODOs can be found via git
192192
"TD003", # For the moment, fix it later: Missing issue link on the line following this TODO
193-
"TD005", # Missing issue description after `TODO`
194193
"TID252", # We want relative imports
195194
"TRY002", # Create your own exception
196195
"TRY003", # Avoid specifying long messages outside the exception class

0 commit comments

Comments
 (0)