diff --git a/pyproject.toml b/pyproject.toml index 06a0ffb..a6e7cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,6 @@ lint.select = [ "ICN", # flake8-import-conventions "TCH", # flake8-type-checking "PTH", # flake8-use-pathlib - "S", # flake8-bandit ] lint.ignore = [ # line too long -> we accept long comment lines; formatter gets rid of long code lines