From ea03d55d6ae370addb559eef20de582727b4cd37 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Mon, 27 Jan 2025 21:01:17 +0300 Subject: [PATCH] chore: delete removed B410 bandit rule --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f766909..0d9b87c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ build = [ [tool.bandit] target = ["test", "supervision"] -tests = ["B201", "B301", "B318", "B314", "B303", "B413", "B412", "B410"] +tests = ["B201", "B301", "B318", "B314", "B303", "B413", "B412"] [tool.autoflake] check = true