Skip to content

Commit 0ee7ec4

Browse files
fix: re-enable other TC rules (#1406)
1 parent a4b2bf6 commit 0ee7ec4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ ignore = [
172172
## flake8-todos
173173
"TD", # similar to flake8-fixme, though they may conflict
174174
## flake8-typechecking
175-
"TC", # TODO: enable in typing PR
175+
"TC001", # typing-only first party import # to be enabled
176+
"TC002", # typing only standard library import # to be enabled
177+
"TC003", # typing only third party import # to be enabled
176178
## flake8-unused-arguments
177179
"ARG", # most unused arguments are intentional
178180
## flake8-use-pathlib

0 commit comments

Comments
 (0)