|
| 1 | +--- |
| 2 | +repos: |
| 3 | + - repo: https://github.com/pre-commit/pre-commit-hooks |
| 4 | + rev: v4.4.0 |
| 5 | + hooks: |
| 6 | + - id: check-added-large-files |
| 7 | + - id: fix-byte-order-marker |
| 8 | + - id: check-case-conflict |
| 9 | + - id: check-shebang-scripts-are-executable |
| 10 | + - id: check-merge-conflict |
| 11 | + - id: trailing-whitespace |
| 12 | + - id: mixed-line-ending |
| 13 | + - id: end-of-file-fixer |
| 14 | + - id: detect-private-key |
| 15 | + - id: check-symlinks |
| 16 | + - id: check-ast |
| 17 | + - id: debug-statements |
| 18 | + - id: requirements-txt-fixer |
| 19 | + - id: check-xml |
| 20 | + - id: check-yaml |
| 21 | + - id: check-toml |
| 22 | + - id: check-json |
| 23 | + - repo: https://github.com/Lucas-C/pre-commit-hooks |
| 24 | + rev: v1.5.4 |
| 25 | + hooks: |
| 26 | + - id: remove-crlf |
| 27 | + - repo: https://github.com/codespell-project/codespell |
| 28 | + rev: v2.2.5 |
| 29 | + hooks: |
| 30 | + - id: codespell |
| 31 | + additional_dependencies: |
| 32 | + - tomli |
| 33 | + - repo: https://github.com/jorisroovers/gitlint |
| 34 | + rev: v0.19.1 |
| 35 | + hooks: |
| 36 | + - id: gitlint |
| 37 | + args: |
| 38 | + - --msg-filename |
| 39 | + - repo: https://github.com/editorconfig-checker/editorconfig-checker.python |
| 40 | + rev: 2.7.2 |
| 41 | + hooks: |
| 42 | + - id: editorconfig-checker |
| 43 | + - repo: https://github.com/jumanjihouse/pre-commit-hooks |
| 44 | + rev: 3.0.0 |
| 45 | + hooks: |
| 46 | + - id: check-mailmap |
| 47 | + - id: shellcheck |
| 48 | + - repo: https://github.com/rhysd/actionlint |
| 49 | + rev: v1.6.25 |
| 50 | + hooks: |
| 51 | + - id: actionlint |
| 52 | + - repo: https://github.com/adrienverge/yamllint |
| 53 | + rev: v1.32.0 |
| 54 | + hooks: |
| 55 | + - id: yamllint |
| 56 | + - repo: https://github.com/executablebooks/mdformat |
| 57 | + rev: 0.7.16 |
| 58 | + hooks: |
| 59 | + - id: mdformat |
| 60 | + additional_dependencies: |
| 61 | + - mdformat-pyproject |
| 62 | + - mdformat-gfm |
| 63 | + - mdformat-myst |
| 64 | + - mdformat-toc |
| 65 | + - mdformat-deflist |
| 66 | + - mdformat-beautysh |
| 67 | + - mdformat-black |
| 68 | + - mdformat-config |
| 69 | + - repo: https://github.com/DavidAnson/markdownlint-cli2 |
| 70 | + rev: v0.8.1 |
| 71 | + hooks: |
| 72 | + - id: markdownlint-cli2 |
| 73 | + additional_dependencies: |
| 74 | + |
| 75 | + - repo: https://github.com/scop/pre-commit-shfmt |
| 76 | + rev: v3.7.0-1 |
| 77 | + hooks: |
| 78 | + - id: shfmt |
| 79 | + |
| 80 | +ci: |
| 81 | + skip: |
| 82 | + - shellcheck |
0 commit comments