resume/.pre-commit-config.yaml

34 lines
834 B
YAML
Raw Normal View History

2022-12-10 04:58:09 +00:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2024-04-25 03:44:54 +00:00
rev: v4.6.0
2022-12-10 04:58:09 +00:00
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/kamadorueda/alejandra
rev: 3.0.0
hooks:
- id: alejandra-system
- repo: https://github.com/cmhughes/latexindent.pl
2024-04-25 03:44:54 +00:00
rev: V3.23.9
hooks:
- id: latexindent
2024-04-25 03:44:54 +00:00
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
hooks:
- id: check-github-workflows
args: ["--verbose"]
- repo: local
hooks:
- id: chktex
name: chktex
entry: chktex
language: system
types: [tex]
2023-02-13 18:18:39 +00:00
- id: shellcheck
name: shellcheck
entry: shellcheck
language: system
types: [shell]