diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78a6e67..7585c82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-json - id: check-toml @@ -26,7 +26,7 @@ repos: - id: check-merge-conflict args: [--assume-in-merge] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint-fix - repo: https://github.com/citation-file-format/cffconvert @@ -44,6 +44,6 @@ repos: hooks: - id: yamllint - repo: https://github.com/domluna/JuliaFormatter.jl - rev: v1.0.60 + rev: v2.0.0 hooks: - id: julia-formatter