mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
.pre-commit-config.yaml: add commented mklatex hook
This commit is contained in:
parent
c4260af567
commit
718b5b376a
@ -2,7 +2,7 @@
|
|||||||
# See https://pre-commit.ci for more information
|
# See https://pre-commit.ci for more information
|
||||||
ci:
|
ci:
|
||||||
# Attempts to use networking and fails at name resolution, local hook
|
# 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
|
# Forĝejo/Gitea mirrors will autoclose pull requests. This should decrease
|
||||||
# the frequency of unnecessary PRs.
|
# the frequency of unnecessary PRs.
|
||||||
# https://github.com/pre-commit-ci/issues/issues/83
|
# https://github.com/pre-commit-ci/issues/issues/83
|
||||||
@ -107,3 +107,12 @@ repos:
|
|||||||
# entry: pylint
|
# entry: pylint
|
||||||
# language: system
|
# language: system
|
||||||
# types_or: [python, pyi]
|
# types_or: [python, pyi]
|
||||||
|
|
||||||
|
# # Checking that LaTeX compiles
|
||||||
|
# - repo: local
|
||||||
|
# hooks:
|
||||||
|
# - id: latexmk
|
||||||
|
# name: latexmk
|
||||||
|
# entry: latexmk -quiet
|
||||||
|
# language: system
|
||||||
|
# types: [text, tex]
|
||||||
|
Loading…
Reference in New Issue
Block a user