From 010837bfbedf8aeefb3ff0d9860e996c531a326e Mon Sep 17 00:00:00 2001 From: abelsiqueira <1068752+abelsiqueira@users.noreply.github.com> Date: Tue, 29 Oct 2024 07:11:18 +0000 Subject: [PATCH] chore: :robot: pre-commit update --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78a6e67..0c3cbd4 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 @@ -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