diff --git a/pyproject.toml b/pyproject.toml index c00a73366..db4e5501b 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