.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 - repo: local
hooks: hooks:
- id: pdflatex - id: latexmk
name: pdflatex draft mode name: latexmk
entry: pdflatex entry: latexmk -quiet
args: ["-draftmode", "-halt-on-error"]
language: system language: system
types: [tex] types: [text, tex]