Skip to content

Commit

Permalink
Specify directory to skip assert_used for Bandit differently
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Feb 21, 2024
1 parent 781f683 commit aed0ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -39,7 +39,7 @@ docs = [
"Bug Tracker" = "https://github.com/openml/server-api/issues"

[tool.bandit.assert_used]
skips = ["tests/*"]
skips = ["./tests/*"]

[tool.black]
line-length = 100
Expand Down

0 comments on commit aed0ea8

Please sign in to comment.