From b829b2165e21cc88a9adb0cf7ee7f840bda9403b Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Mon, 4 Nov 2024 07:25:44 +0100 Subject: [PATCH] Bump and reenable spicy-format pre-commit hook --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c93dc0ecc7..1997a9be57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,9 +33,9 @@ repos: - id: typos exclude: '^(.typos.toml|src/SmithWaterman.cc|testing/.*|auxil/.*|scripts/base/frameworks/files/magic/.*|CHANGES)$' -#- repo: https://github.com/bbannier/spicy-format -# rev: v0.16.2 -# hooks: -# - id: spicy-format -# # TODO: Reformat existing large analyzers just before 8.0. -# exclude: '(^testing/.*)|(protocol/ldap/.*)|(protocol/quic/.*)|(protocol/websocket/.*)' +- repo: https://github.com/bbannier/spicy-format + rev: v0.20.0 + hooks: + - id: spicy-format + # TODO: Reformat existing large analyzers just before 8.0. + exclude: '(^testing/.*)|(protocol/ldap/.*)|(protocol/quic/.*)|(protocol/websocket/.*)'