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