Skip to content

Commit 1dc5cc8

Browse files
committed
Enable ruff TD ruleset
1 parent 374a885 commit 1dc5cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ select = [
212212
# "SLOT", # flake8-slots (warn about subclasses that should define __slots__)
213213
"T10", # flake8-debugger (check for pdb traces left in Python code)
214214
# "T20", # flake8-print (warn about use of `print` or `pprint` - force use of loggers)
215-
"TC", # flake8-type-checking (type checking warnings)
216-
# "TD", # flake8-todos (force all TODOs to include an author and issue link)
215+
"TC", # flake8-type-checking (type checking warnings)
216+
"TD", # flake8-todos (force all TODOs to include an author and issue link)
217217
"TID", # flake8-tidy-imports (extra import rules to check)
218218
# "TRY", # tryceratops (warnings related to exceptions and try/except)
219219
# "UP", # pyupgrade (A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language)

0 commit comments

Comments
 (0)