~mmach/netext73/linux-firmware

« back to all changes in this revision

Viewing changes to .pre-commit-config.yaml

  • Committer: mmach
  • Date: 2023-09-15 15:31:41 UTC
  • Revision ID: netbit73@gmail.com-20230915153141-qjsexjliec2gg81j
20230915

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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