Skip to content

Commit

Permalink
Ignore B614 -- Unsafe use of Pytorch load or save
Browse files Browse the repository at this point in the history
  • Loading branch information
Pale-Blue-Dot-97 committed Oct 16, 2024
1 parent 85c7051 commit a02ba8c
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 @@ -120,7 +120,7 @@ plugins = "numpy.typing.mypy_plugin"
profile = "black"

[tool.bandit]
skips = ["B101", "B311", "B301", "B403", "B404", "B603"]
skips = ["B101", "B311", "B301", "B403", "B404", "B603", "B614"]

[tool.setuptools_scm]
write_to = "minerva/_version.py"

0 comments on commit a02ba8c

Please sign in to comment.