From 7b9c74a62b3eda63935d51d6a6eb4c1b29ec0386 Mon Sep 17 00:00:00 2001 From: BenjaminDoran <20494558+BenjaminDoran@users.noreply.github.com> Date: Sat, 8 Nov 2025 07:13:34 +0000 Subject: [PATCH] chore: :robot: pre-commit update --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c723fa7..2ab59e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-json - id: check-toml @@ -26,7 +26,7 @@ repos: - id: check-merge-conflict args: [--assume-in-merge] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.45.0 hooks: - id: markdownlint-fix - repo: https://github.com/citation-file-format/cffconvert @@ -40,16 +40,16 @@ repos: types_or: [yaml, json] exclude: ".copier-answers.yml" - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/ericphanson/ExplicitImports.jl - rev: v1.10.1 + rev: v1.13.2 hooks: - id: explicit-imports name: ExplicitImports checks args: [--print, --checklist, exclude_all_qualified_accesses_are_public] - repo: https://github.com/domluna/JuliaFormatter.jl - rev: v1.0.61 + rev: v2.2.0 hooks: - id: julia-formatter