From 32d14619d00d26c1b9db1b733e5a50181806f74c Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Sun, 8 Dec 2024 15:06:31 -0500 Subject: [PATCH] switch to stable release of JuliaFormatter --- .pre-commit-config.yaml | 2 +- templates/precommit/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67131e2..daf5b40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,6 @@ repos: exclude_types: [markdown] # incompatible with Literate.jl - repo: "https://github.com/domluna/JuliaFormatter.jl" - rev: v2.0.0 + rev: v1.0.62 hooks: - id: "julia-formatter" diff --git a/templates/precommit/.pre-commit-config.yaml b/templates/precommit/.pre-commit-config.yaml index 242fae3..6599365 100644 --- a/templates/precommit/.pre-commit-config.yaml +++ b/templates/precommit/.pre-commit-config.yaml @@ -9,6 +9,6 @@ repos: exclude_types: [markdown] # incompatible with Literate.jl - repo: "https://github.com/domluna/JuliaFormatter.jl" - rev: v2.0.0 + rev: v1.0.62 hooks: - id: "julia-formatter"