Skip to content

Commit

Permalink
Disable ruff/flake8-bandit rule S301
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Aug 26, 2024
1 parent f259fed commit 4b30415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ extend-select = [
ignore = [
"S311", # We are not using random for cryptographic purposes
"ISC001",
"S301",
"S603",
]

Expand Down

0 comments on commit 4b30415

Please sign in to comment.