diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f8b5954c..872b8c8b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/domluna/JuliaFormatter.jl - rev: v2.1.6 + rev: v2.2.0 hooks: - id: julia-formatter - repo: https://github.com/pre-commit/mirrors-prettier