Pre-commit - remove spicy-format

This currently errors during compilation, because pre-commit does not
pass --locked during compilation, without a way to enable it.

See https://github.com/pre-commit/pre-commit/issues/3162 for details.
This commit is contained in:
Johanna Amann 2024-09-11 15:02:58 +02:00
parent ede4e661cd
commit 6610eaca7f

View file

@ -33,9 +33,3 @@ 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.15.0
hooks:
- id: spicy-format
# TODO: Reformat existing large analyzers just before 8.0.
exclude: '(^testing/.*)|(protocol/ldap/.*)|(protocol/quic/.*)|(protocol/websocket/.*)'