Skip to content

Commit

Permalink
Add more LaTeX hooks (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 27, 2023
1 parent 9814c0f commit 751b3a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions precommit/latex/latex-hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ repos:
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
hooks:
- id: forbid-tabs
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
- id: prettier

0 comments on commit 751b3a2

Please sign in to comment.