diff --git a/pyproject.toml b/pyproject.toml index 20d0d82..9d672da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,6 +111,7 @@ select = [ "SIM101", # duplicate-isinstance-call "SIM102", # collapsible-if "SIM103", # return-in-try-except-finally + "S", # flake8-bandit ] [tool.ruff.format]