From 0e5de5b66f46896146926c657d1faea433228890 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Thu, 29 Aug 2024 08:09:24 +0100 Subject: [PATCH] remove bandit --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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