From 20aaa329f514f63d8dfe9359861fdb89a204e3f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:28:11 +0200 Subject: [PATCH] [AUTO] pre-commit update (#372) Co-authored-by: Abel Soares Siqueira --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 5 +++++ ...f AddPrecommit %}.pre-commit-config.yaml{% endif %}.jinja | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a36f8066..d21ba48f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,6 +44,6 @@ repos: hooks: - id: yamllint - repo: https://github.com/domluna/JuliaFormatter.jl - rev: v1.0.56 + rev: v1.0.58 hooks: - id: julia-formatter diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f93b73a..6bf2f5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +### Changed + +- Update pre-commit hook versions + - JuliaFormatter 1.0.56 -> 1.0.58 + ## [0.9.0] - 2024-07-13 ### Changed diff --git a/template/{% if AddPrecommit %}.pre-commit-config.yaml{% endif %}.jinja b/template/{% if AddPrecommit %}.pre-commit-config.yaml{% endif %}.jinja index 271ec076..b3f3df1e 100644 --- a/template/{% if AddPrecommit %}.pre-commit-config.yaml{% endif %}.jinja +++ b/template/{% if AddPrecommit %}.pre-commit-config.yaml{% endif %}.jinja @@ -44,6 +44,6 @@ repos: hooks: - id: yamllint - repo: https://github.com/domluna/JuliaFormatter.jl - rev: v1.0.56 + rev: v1.0.58 hooks: - id: julia-formatter