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
|
"S", # flake8-bandit
|
||||||
"SIM", # flake8-simplify
|
"SIM", # flake8-simplify
|
||||||
"T10", # flake8-debugger
|
"T10", # flake8-debugger
|
||||||
|
"TCH", # flake8-type-checking
|
||||||
"TID", # flake8-tidy-imports
|
"TID", # flake8-tidy-imports
|
||||||
"TYP", # flake8-type-checking
|
|
||||||
"UP", # pyupgrade
|
"UP", # pyupgrade
|
||||||
"YTT", # flake8-2020
|
"YTT", # flake8-2020
|
||||||
"RUF100", # yesqa
|
"RUF100", # yesqa
|
||||||
|
Loading…
Reference in New Issue
Block a user