.pre-commit-config.yaml: switch from pdflatex to latexmk

pdflatex passed while I deliberately broke a .tex
This commit is contained in:
Aminda Suomalainen ⚧ 2023-05-20 13:11:51 +03:00
parent 7175e402fb
commit f1abd588f2
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 5 deletions

View File

@ -35,9 +35,8 @@ repos:
- repo: local
hooks:
- id: pdflatex
name: pdflatex draft mode
entry: pdflatex
args: ["-draftmode", "-halt-on-error"]
- id: latexmk
name: latexmk
entry: latexmk -quiet
language: system
types: [tex]
types: [text, tex]