From 8bf97381da6833be00cb8e9227488c0143116bf0 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 10 Apr 2025 21:01:27 -0400 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6599365..46311a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,9 @@ +ci: + skip: [julia-formatter] + repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-merge-conflict - id: check-toml @@ -9,6 +12,6 @@ repos: exclude_types: [markdown] # incompatible with Literate.jl - repo: "https://github.com/domluna/JuliaFormatter.jl" - rev: v1.0.62 + rev: v2.1.0 hooks: - id: "julia-formatter"