mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Ruff code TYP renamed to TCH
This commit is contained in:
parent
b88713e68e
commit
fedce24134
@ -204,8 +204,8 @@ select = [
|
||||
"S", # flake8-bandit
|
||||
"SIM", # flake8-simplify
|
||||
"T10", # flake8-debugger
|
||||
"TCH", # flake8-type-checking
|
||||
"TID", # flake8-tidy-imports
|
||||
"TYP", # flake8-type-checking
|
||||
"UP", # pyupgrade
|
||||
"YTT", # flake8-2020
|
||||
"RUF100", # yesqa
|
||||
|
Loading…
Reference in New Issue
Block a user