]>
Commit | Line | Data |
---|---|---|
c442a500 ML |
1 | default_stages: [commit] |
2 | repos: | |
cc4c1fcc | 3 | - repo: https://github.com/pre-commit/pre-commit-hooks |
c442a500 ML |
4 | rev: v4.0.1 |
5 | hooks: | |
cc4c1fcc EV |
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 | |
8976d8c3 ML |
12 | rev: v0.9.0.5 |
13 | hooks: | |
cc4c1fcc EV |
14 | - id: shellcheck |
15 | - repo: https://github.com/ambv/black | |
c442a500 ML |
16 | rev: 22.6.0 |
17 | hooks: | |
cc4c1fcc EV |
18 | - id: black |
19 | - repo: https://github.com/igorshubovych/markdownlint-cli | |
c442a500 ML |
20 | rev: v0.33.0 |
21 | hooks: | |
cc4c1fcc EV |
22 | - id: markdownlint |
23 | args: ['--fix'] | |
24 | - repo: local | |
c442a500 | 25 | hooks: |
cc4c1fcc EV |
26 | - id: check-whence |
27 | name: Check whence | |
28 | files: 'WHENCE' | |
29 | language: script | |
30 | entry: ./check_whence.py |