Skip to content

Commit 0b62dcb

Browse files
committed
Add TC to pyproject.toml
1 parent bcb18a8 commit 0b62dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ select = [
241241
"F", # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
242242
"I", # isort - https://docs.astral.sh/ruff/rules/#isort-i
243243
"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
244245
]
245246

246247
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)