|
| 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.1 |
| 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 | + - repo: https://github.com/rhysd/actionlint |
| 48 | + rev: v1.6.25 |
| 49 | + hooks: |
| 50 | + - id: actionlint |
| 51 | + - repo: https://github.com/adrienverge/yamllint |
| 52 | + rev: v1.32.0 |
| 53 | + hooks: |
| 54 | + - id: yamllint |
| 55 | + - repo: https://github.com/executablebooks/mdformat |
| 56 | + rev: 0.7.16 |
| 57 | + hooks: |
| 58 | + - id: mdformat |
| 59 | + additional_dependencies: |
| 60 | + - mdformat-pyproject |
| 61 | + - mdformat-gfm |
| 62 | + - mdformat-myst |
| 63 | + - mdformat-toc |
| 64 | + - mdformat-deflist |
| 65 | + - mdformat-beautysh |
| 66 | + - mdformat-black |
| 67 | + - mdformat-config |
| 68 | + - repo: https://github.com/DavidAnson/markdownlint-cli2 |
| 69 | + rev: v0.8.1 |
| 70 | + hooks: |
| 71 | + - id: markdownlint-cli2 |
| 72 | + additional_dependencies: |
| 73 | + - markdown-it-texmath@0.9.1 |
| 74 | + - repo: https://github.com/scop/pre-commit-shfmt |
| 75 | + rev: v3.7.0-1 |
| 76 | + hooks: |
| 77 | + - id: shfmt |
| 78 | + - repo: https://github.com/psf/black |
| 79 | + rev: 23.3.0 |
| 80 | + hooks: |
| 81 | + - id: black |
| 82 | + - repo: https://github.com/PyCQA/isort |
| 83 | + rev: 5.12.0 |
| 84 | + hooks: |
| 85 | + - id: isort |
| 86 | + - repo: https://github.com/pycqa/pydocstyle |
| 87 | + rev: 6.3.0 |
| 88 | + hooks: |
| 89 | + - id: pydocstyle |
| 90 | + additional_dependencies: |
| 91 | + - tomli |
| 92 | + - repo: https://github.com/kumaraditya303/mirrors-pyright |
| 93 | + rev: v1.1.316 |
| 94 | + hooks: |
| 95 | + - id: pyright |
| 96 | + - repo: https://github.com/PyCQA/bandit |
| 97 | + rev: 1.7.5 |
| 98 | + hooks: |
| 99 | + - id: bandit |
| 100 | + additional_dependencies: |
| 101 | + - tomli |
| 102 | + - repo: https://github.com/Koihik/LuaFormatter |
| 103 | + rev: 29afe1046ad015de96ffdb6d361a21882356e801 |
| 104 | + hooks: |
| 105 | + - id: luaformatter |
| 106 | + - repo: https://github.com/lunarmodules/luacheck |
| 107 | + rev: v1.1.1 |
| 108 | + hooks: |
| 109 | + - id: luacheck |
0 commit comments