Bump spicy-format

This brings in two changes:

- proper indention for blocks starting with multiple comments
- switch the hook from `language: rust` to `language: python` to avoid
  nonsense due to pre-commit ignore Rust lock files,
  https://github.com/pre-commit/pre-commit/issues/3162.

The second one should help avoid future instances of the hook randomly
breaking as its dependencies accidentially break semver.
This commit is contained in:
Benjamin Bannier 2025-10-11 17:49:45 +02:00
parent 1bf0674073
commit 36a53dd365
3 changed files with 7 additions and 7 deletions

View file

@ -53,7 +53,7 @@ repos:
exclude: '^(.typos.toml|src/SmithWaterman.cc|testing/.*|auxil/.*|scripts/base/frameworks/files/magic/.*|CHANGES|scripts/base/protocols/ssl/mozilla-ca-list.zeek|src/3rdparty/.*)$'
- repo: https://github.com/bbannier/spicy-format
rev: v0.26.0
rev: v0.27.1
hooks:
- id: spicy-format
exclude: '^testing/.*'