diff --git a/pyproject.toml b/pyproject.toml index d1601d197c..759b54b11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,7 @@ select = [ "PIE", # miscellaneous "PL", # pylint "Q", # quotes + "RSE", # raise "RUF", # Ruff "S", # security "SIM", # simplify