|
1 | 1 | repos: |
2 | | -- repo: https://github.com/pre-commit/pre-commit-hooks |
| 2 | + - repo: https://github.com/pre-commit/pre-commit-hooks |
3 | 3 | rev: v6.0.0 |
4 | 4 | hooks: |
5 | | - - id: check-added-large-files |
6 | | - - id: check-case-conflict |
7 | | - - id: check-executables-have-shebangs |
8 | | - - id: check-json |
9 | | - - id: check-merge-conflict |
10 | | - - id: check-shebang-scripts-are-executable |
11 | | - - id: check-symlinks |
12 | | - - id: check-vcs-permalinks |
13 | | - - id: check-yaml |
14 | | - - id: destroyed-symlinks |
15 | | - - id: detect-private-key |
16 | | - - id: fix-byte-order-marker |
17 | | - - id: file-contents-sorter |
| 5 | + - id: check-added-large-files |
| 6 | + - id: check-case-conflict |
| 7 | + - id: check-executables-have-shebangs |
| 8 | + - id: check-json |
| 9 | + - id: check-merge-conflict |
| 10 | + - id: check-shebang-scripts-are-executable |
| 11 | + - id: check-symlinks |
| 12 | + - id: check-vcs-permalinks |
| 13 | + - id: check-yaml |
| 14 | + - id: destroyed-symlinks |
| 15 | + - id: detect-private-key |
| 16 | + - id: fix-byte-order-marker |
| 17 | + - id: file-contents-sorter |
18 | 18 | args: [--unique] |
19 | 19 | files: '\.epubcheck\.tsv|\.htmlvalidateignore' |
20 | | - - id: forbid-new-submodules |
21 | | - - id: end-of-file-fixer |
22 | | - - id: mixed-line-ending |
23 | | - - id: trailing-whitespace |
| 20 | + - id: forbid-new-submodules |
| 21 | + - id: end-of-file-fixer |
| 22 | + - id: mixed-line-ending |
| 23 | + - id: trailing-whitespace |
| 24 | + - repo: https://github.com/igorshubovych/markdownlint-cli |
| 25 | + rev: v0.47.0 |
| 26 | + hooks: |
| 27 | + - id: markdownlint |
| 28 | + files: 'src/.*\.md' |
0 commit comments