Enable Ruff YTT (#13314)

This commit is contained in:
Avasam
2024-12-27 07:07:18 -05:00
committed by GitHub
parent 773b493b2b
commit 6c4d9eb5ab

View File

@@ -43,6 +43,7 @@ select = [
"PGH", # pygrep-hooks
"RUF", # Ruff-specific and unused-noqa
"UP", # pyupgrade
"YTT", # flake8-2020
# Flake8 base rules
"E", # pycodestyle Error
"F", # Pyflakes