mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-19 21:07:22 +02:00
Compare commits
No commits in common. "d2f647cedcab46ac6ec74647bb307ef1fc002a45" and "37f68cdab563e8dbfd20904d9842c457fcdbb3b2" have entirely different histories.
d2f647cedc
...
37f68cdab5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,7 +1,6 @@
|
|||||||
*~
|
*~
|
||||||
.~*#
|
.~*#
|
||||||
.cache/**
|
.cache/**
|
||||||
*_original
|
|
||||||
|
|
||||||
# ---> TeX
|
# ---> TeX
|
||||||
## Core latex/pdflatex auxiliary files:
|
## Core latex/pdflatex auxiliary files:
|
||||||
|
@ -3,7 +3,7 @@ image: python:alpine
|
|||||||
gitlab-ci-pre-commit:
|
gitlab-ci-pre-commit:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache git gcc musl-dev go exiftool
|
- apk add --no-cache git gcc musl-dev go
|
||||||
- pip install pre-commit
|
- pip install pre-commit
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
- pre-commit run --all-files --show-diff-on-failure
|
||||||
|
@ -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: [latexmk, exiftool]
|
skip: [latexmk]
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
@ -70,12 +70,3 @@ repos:
|
|||||||
types: [text, tex]
|
types: [text, tex]
|
||||||
# I have no idea where latexmk wants the template
|
# I have no idea where latexmk wants the template
|
||||||
exclude: LaTeX\/standardi-asiakirja.tex
|
exclude: LaTeX\/standardi-asiakirja.tex
|
||||||
|
|
||||||
# Fedora: perl-Image-ExifTool
|
|
||||||
- repo: local
|
|
||||||
hooks:
|
|
||||||
- id: exiftool
|
|
||||||
name: Remove all EXIF metadata using exiftool
|
|
||||||
entry: exiftool -all=
|
|
||||||
language: system
|
|
||||||
types: [image]
|
|
||||||
|
BIN
vcard/aminda.vcard.png
(Stored with Git LFS)
BIN
vcard/aminda.vcard.png
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user