-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
40 lines (39 loc) · 972 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
hooks:
- id: check-merge-conflict
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: local
hooks:
- id: build
name: Generate GitHub page
description: This hook regenerates GitHub page.
entry: make
pass_filenames: false
always_run: true
language: system
- repo: https://github.com/rtts/djhtml
rev: "3.0.6"
hooks:
- id: djhtml
entry: djhtml --tabwidth 2
- id: djcss
- repo: https://github.com/tcort/markdown-link-check
rev: "v3.12.2"
hooks:
- id: markdown-link-check
- repo: https://github.com/shssoichiro/oxipng
rev: "v9.1.2"
hooks:
- id: oxipng
args: ["-o", "max", "--strip", "safe"]
ci:
skip:
- build
- markdown-link-check
- oxipng