diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d21ba48f..a1e012dc 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.58 + rev: v1.0.59 hooks: - id: julia-formatter diff --git a/CHANGELOG.md b/CHANGELOG.md index 6885166d..61d8e789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +- Update pre-commit hook versions + - JuliaFormatter 1.0.58 -> 1.0.59 + ## [0.9.1] - 2024-07-24 ### Changed diff --git a/template/{% if AddPrecommit %}.pre-commit-config.yaml{% endif %}.jinja b/template/{% if AddPrecommit %}.pre-commit-config.yaml{% endif %}.jinja index b3f3df1e..7957f109 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.58 + rev: v1.0.59 hooks: - id: julia-formatter