mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
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:
parent
1bf0674073
commit
36a53dd365
3 changed files with 7 additions and 7 deletions
|
@ -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/.*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue