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 bcb18a8 commit 0b62dcbCopy full SHA for 0b62dcb
pyproject.toml
@@ -241,6 +241,7 @@ select = [
241
"F", # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
242
"I", # isort - https://docs.astral.sh/ruff/rules/#isort-i
243
"PL", # pylint - https://docs.astral.sh/ruff/rules/#pylint-pl
244
+ "TC", # flake8-type-checking - https://docs.astral.sh/ruff/rules/#flake8-type-checking-tc
245
]
246
247
[tool.ruff.lint.per-file-ignores]
0 commit comments