chore: update pre-commit hooks (#2870) [skip ci]

* chore: update pre-commit hooks

* don't bandit huggingface hub downloads without revision

---------

Co-authored-by: djsaunde <1245942+djsaunde@users.noreply.github.com>
Co-authored-by: Wing Lian <wing@axolotl.ai>
This commit is contained in:
github-actions[bot]
2025-07-07 15:26:15 -04:00
committed by GitHub
parent de2c5ba103
commit 21f1bf4805
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
[bandit]
exclude = tests
skips = B101
skips = B101,B615