diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 694e257..698b128 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-merge-conflict args: [--assume-in-merge] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.44.0 + rev: v0.45.0 hooks: - id: markdownlint-fix - repo: https://github.com/citation-file-format/cffconvert @@ -38,7 +38,7 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/adrienverge/yamllint - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/ericphanson/ExplicitImports.jl @@ -48,6 +48,6 @@ repos: name: ExplicitImports checks args: [--print, --checklist, "exclude_all_qualified_accesses_are_public"] - repo: https://github.com/domluna/JuliaFormatter.jl - rev: v2.1.1 + rev: v2.1.2 hooks: - id: julia-formatter