]> git.proxmox.com Git - mirror_linux-firmware.git/blame - .pre-commit-config.yaml
iwlwifi: fix for the new FWs from core83-55 release
[mirror_linux-firmware.git] / .pre-commit-config.yaml
CommitLineData
c442a500
ML
1default_stages: [commit]
2repos:
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
8976d8c3
ML
11- repo: https://github.com/shellcheck-py/shellcheck-py
12 rev: v0.9.0.5
13 hooks:
14 - id: shellcheck
c442a500
ML
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