From f1abd588f2c5312bf1a5b13cde30b761b00e2995 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 May 2023 13:11:51 +0300 Subject: [PATCH] .pre-commit-config.yaml: switch from pdflatex to latexmk pdflatex passed while I deliberately broke a .tex --- .pre-commit-config.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 870e9bc..7208d66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]