From 718b5b376a19f6a0b156a66d7f83f010fb41c566 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 May 2023 13:15:16 +0300 Subject: [PATCH] .pre-commit-config.yaml: add commented mklatex hook --- .pre-commit-config.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ffd64fb..d79f8dd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.ci for more information ci: # Attempts to use networking and fails at name resolution, local hook - # skip: [bundler-audit, pylint] + # skip: [bundler-audit, pylint, latexmk] # Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease # the frequency of unnecessary PRs. # https://github.com/pre-commit-ci/issues/issues/83 @@ -107,3 +107,12 @@ repos: # entry: pylint # language: system # types_or: [python, pyi] + + # # Checking that LaTeX compiles + # - repo: local + # hooks: + # - id: latexmk + # name: latexmk + # entry: latexmk -quiet + # language: system + # types: [text, tex]