diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-31 18:13:53 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-31 18:13:53 +0000 |
commit | fedce24134310fce5876cba9947be36d203fbd31 (patch) | |
tree | cb3c9a57b5d78eebf4fc055e24a53836b9e00dc7 | |
parent | b88713e68e1f68b2f0add3a9bed9c4ddf3482e09 (diff) | |
download | sphinx-git-fedce24134310fce5876cba9947be36d203fbd31.tar.gz |
Ruff code TYP renamed to TCH
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4647660da..07bf7d715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 |