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 a4b2bf6 commit 0ee7ec4Copy full SHA for 0ee7ec4
pyproject.toml
@@ -172,7 +172,9 @@ ignore = [
172
## flake8-todos
173
"TD", # similar to flake8-fixme, though they may conflict
174
## flake8-typechecking
175
- "TC", # TODO: enable in typing PR
+ "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
178
## flake8-unused-arguments
179
"ARG", # most unused arguments are intentional
180
## flake8-use-pathlib
0 commit comments