File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ select = [
212
212
# "SLOT", # flake8-slots (warn about subclasses that should define __slots__)
213
213
" T10" , # flake8-debugger (check for pdb traces left in Python code)
214
214
# "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)
217
217
" TID" , # flake8-tidy-imports (extra import rules to check)
218
218
# "TRY", # tryceratops (warnings related to exceptions and try/except)
219
219
# "UP", # pyupgrade (A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language)
You can’t perform that action at this time.
0 commit comments