Skip to content

Commit

Permalink
Enable Flake Bandit checks
Browse files Browse the repository at this point in the history
Bandit provides security checks and good practices suggestions for the
codebase.

https://pypi.org/project/flake8-bandit/

Signed-off-by: Nicola Sella <[email protected]>
  • Loading branch information
inknos committed Nov 29, 2024
1 parent fcc399b commit 0f96265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ select = [
"N", # PEP8 Naming
"UP", # Pyupgrade
# TODO "ANN",
# TODO "S", # Bandit
"S", # Bandit
"B", # Bugbear
"A", # flake-8-builtins
"YTT", # flake-8-2020
Expand Down

0 comments on commit 0f96265

Please sign in to comment.