Skip to content

Commit a1ae5e9

Browse files
Enforce ruff/flake8-type-checking rules (TCH)
1 parent cf18bcf commit a1ae5e9

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
@@ -251,6 +251,7 @@ extend-select = [
251251
"F", # Pyflakes
252252
"E", # Pycodestyle
253253
"W",
254+
"TCH", # flake8-type-checking
254255
"TID", # flake8-tidy-imports (absolute imports)
255256
"I", # isort
256257
"PGH", # pygrep-hooks

0 commit comments

Comments
 (0)