Skip to content

Commit

Permalink
Updated bandit config.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouDiaoNlp committed Aug 26, 2023
1 parent 5a4333b commit 9f2224b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bandit.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
skips: ['B311', 'B301', 'B403']
skips: ['B311', 'B301', 'B403', 'B608']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ codecov = "^2.1.13"
pudb = "^2022.1.3"

[tool.bandit]
skips = ["B311", "B301", "B403"]
skips = ["B311", "B301", "B403", "B608"]

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 9f2224b

Please sign in to comment.