]> git.proxmox.com Git - mirror_linux-firmware.git/blob - .pre-commit-config.yaml
Merge branch 'main' into 'main'
[mirror_linux-firmware.git] / .pre-commit-config.yaml
1 default_stages: [commit]
2 repos:
3 - repo: https://github.com/pre-commit/pre-commit-hooks
4 rev: v4.0.1
5 hooks:
6 - id: check-executables-have-shebangs
7 - id: forbid-new-submodules
8 - id: check-yaml
9 - id: check-symlinks
10 - id: destroyed-symlinks
11 - repo: https://github.com/shellcheck-py/shellcheck-py
12 rev: v0.9.0.5
13 hooks:
14 - id: shellcheck
15 - repo: https://github.com/ambv/black
16 rev: 22.6.0
17 hooks:
18 - id: black
19 - repo: https://github.com/igorshubovych/markdownlint-cli
20 rev: v0.33.0
21 hooks:
22 - id: markdownlint
23 args: ['--fix']
24 - repo: local
25 hooks:
26 - id: check-whence
27 name: Check whence
28 files: 'WHENCE'
29 language: script
30 entry: ./check_whence.py