diff options
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..6628ed1 --- /dev/null +++ b/.pre-commit-config.yaml | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # See https://pre-commit.com for more information | ||
| 2 | # See https://pre-commit.com/hooks.html for more hooks | ||
| 3 | repos: | ||
| 4 | - repo: https://github.com/fsfe/reuse-tool | ||
| 5 | rev: v5.0.2 | ||
| 6 | hooks: | ||
| 7 | - id: reuse | ||
| 8 | - repo: https://github.com/pre-commit/pre-commit-hooks | ||
| 9 | rev: v5.0.0 | ||
| 10 | hooks: | ||
| 11 | - id: trailing-whitespace | ||
| 12 | - id: end-of-file-fixer | ||
| 13 | - id: check-yaml | ||
| 14 | - id: check-added-large-files | ||
| 15 | - repo: https://github.com/koalaman/shellcheck-precommit | ||
| 16 | rev: v0.10.0 | ||
| 17 | hooks: | ||
| 18 | - id: shellcheck | ||