Compare commits

..

No commits in common. "d369032d13fb903beccac6b56b1cb263529b8cec" and "c938cf1ef928e8a794c9018ec87f31897a20898e" have entirely different histories.

3 changed files with 0 additions and 34 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
*~
.~*#
.cache/**
# ---> TeX
## Core latex/pdflatex auxiliary files:

View File

@ -1,19 +0,0 @@
# Based on https://pre-commit.com
image: python:alpine
gitlab-ci-pre-commit:
stage: build
before_script:
- apk add --no-cache git gcc musl-dev go
- pip install pre-commit
script:
- pre-commit run --all-files --show-diff-on-failure
variables:
# Remember to gitignore .cache/**
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
TERM: dumb
# TODO: How to LaTeX on Alpine? texmf-dist texlive packages aren't enough
# for the artikel3 or similar templates.
SKIP: latexmk
cache:
paths:
- ${PRE_COMMIT_HOME}

View File

@ -6,7 +6,6 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
skip: [latexmk]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
@ -26,41 +25,28 @@ repos:
exclude: ^LICENSES\/.*|LICENSE|associations\/.*|.*\.conf$$
# File types depending on trailing whitespace. Use identify-cli
exclude_types: [tsv, markdown]
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.0
hooks:
#- id: check-dependabot
#- id: check-github-actions
#- id: check-github-workflows
- id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
additional_dependencies:
["prettier@2.8.8", "@prettier/plugin-xml@2.2.0"]
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.6.0-2
hooks:
- id: shfmt
#- id: shfmt-docker
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.1"
hooks:
- id: editorconfig-checker
alias: ec
args: [-disable-max-line-length]
- repo: local
hooks:
- id: latexmk