Skip to content

Commit

Permalink
bandit: add exclusion for dvc/repo/experiments/utils.py back (#9686)
Browse files Browse the repository at this point in the history
See PyCQA/bandit#940.

Will not be needed when new version of bandit comes.
  • Loading branch information
skshetry committed Jul 3, 2023
1 parent 097e48f commit 1f31a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,5 @@ ignore-names = ["M", "SCM"]
max-args = 10

[tool.bandit]
exclude_dirs = ["tests"]
exclude_dirs = ["tests", "dvc/repo/experiments/utils.py"]
skips = ["B101"]

0 comments on commit 1f31a9c

Please sign in to comment.