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