Updated hooks

This commit is contained in:
Alejandro Angulo 2024-04-24 20:44:54 -07:00
parent a6e57c5aa3
commit d7569ea6e8
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.6.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -11,9 +11,14 @@ repos:
hooks: hooks:
- id: alejandra-system - id: alejandra-system
- repo: https://github.com/cmhughes/latexindent.pl - repo: https://github.com/cmhughes/latexindent.pl
rev: V3.19.1 rev: V3.23.9
hooks: hooks:
- id: latexindent - id: latexindent
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
hooks:
- id: check-github-workflows
args: ["--verbose"]
- repo: local - repo: local
hooks: hooks:
- id: chktex - id: chktex