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