Skip to content

Commit

Permalink
Enforce ruff/flake8-type-checking rules (TCH)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 6, 2024
1 parent 957b5b1 commit 14e5e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ extend-select = [
"F", # Pyflakes
"E", # Pycodestyle
"W",
"TCH", # flake8-type-checking
"TID", # flake8-tidy-imports (absolute imports)
"I", # isort
"UP", # Pyupgrade
Expand Down

0 comments on commit 14e5e50

Please sign in to comment.