chore: delete removed B410 bandit rule

This commit is contained in:
Onuralp SEZER 2025-01-27 21:01:17 +03:00 committed by GitHub
parent 4c03f899b9
commit ea03d55d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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