We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16919ad commit c44b5a5Copy full SHA for c44b5a5
pyproject.toml
@@ -119,6 +119,7 @@ select = [
119
"SIM", # flake8-simplify
120
"T20", # flake8-print
121
"TC", # flake8-type-checking
122
+ "TD", # flake8-todos
123
"TID", # flake8-tidy-imports
124
"TRY", # tryceratops
125
"UP", # pyupgrade
@@ -147,6 +148,7 @@ ignore = [
147
148
"RET504", # Allow variable assignment and return immediately for readability
149
"S603", # Allow method calls that initiate a subprocess without a shell
150
"SIM117", # Allow nested `with` statements
151
+ "TD003", # Allow TODO comments without associated issue link
152
]
153
preview = true
154
explicit-preview-rules = true
0 commit comments