diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b70b2a76..c530a5bed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,10 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks exclude: '^(prover_snapshots)|(generated_definitions)|(c_emulator/SoftFloat-3e)' +minimum_pre_commit_version: 2.10.0 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.4.0 hooks: - id: trailing-whitespace # Do not strip trailing whitespace from patches or SVG images.