From d7569ea6e8d5674e7f037f6823da4f44e568115b Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Wed, 24 Apr 2024 20:44:54 -0700 Subject: [PATCH] Updated hooks --- .pre-commit-config.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2829108..51012ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,9 +11,14 @@ repos: hooks: - id: alejandra-system - repo: https://github.com/cmhughes/latexindent.pl - rev: V3.19.1 + rev: V3.23.9 hooks: - id: latexindent + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.28.2 + hooks: + - id: check-github-workflows + args: ["--verbose"] - repo: local hooks: - id: chktex