chore: delete removed B410 bandit rule
This commit is contained in:
parent
4c03f899b9
commit
ea03d55d6a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue