diff --git a/pyproject.toml b/pyproject.toml index b38a40da33fb..e0f1e8922d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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