summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-05-20 05:00:55 +0300
committerGravatar Uko Kokņevičs2025-05-20 05:00:55 +0300
commit6c7f613f505217f94311d2a67bc957ad24620dee (patch)
tree2d33d9e9bbcbeec9e26428afdf13e0dc1684e6f3 /.pre-commit-config.yaml
downloadlv.enes:parent-6c7f613f505217f94311d2a67bc957ad24620dee.tar.gz
lv.enes:parent-6c7f613f505217f94311d2a67bc957ad24620dee.tar.xz
lv.enes:parent-6c7f613f505217f94311d2a67bc957ad24620dee.zip
Initial commit
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml18
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
3repos:
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