.pre-commit-config.yaml: skip latexmk in ci
This commit is contained in:
parent
f1abd588f2
commit
ab3f5adf0d
|
@ -5,7 +5,7 @@ ci:
|
||||||
# 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
|
||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
skip: [pdflatex]
|
skip: [latexmk]
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
|
Loading…
Reference in New Issue