diff options
| author | 2025-11-02 17:37:25 +0200 | |
|---|---|---|
| committer | 2026-01-10 16:18:09 +0200 | |
| commit | 9e76bd0db50e0dd08d54239846738901c4e8e0d2 (patch) | |
| tree | 7b32dca490b6426d6ca3a000263d680243dd8b47 | |
| parent | Update versions-plugin (diff) | |
| download | lv.enes:parent-9e76bd0db50e0dd08d54239846738901c4e8e0d2.tar.gz lv.enes:parent-9e76bd0db50e0dd08d54239846738901c4e8e0d2.tar.xz lv.enes:parent-9e76bd0db50e0dd08d54239846738901c4e8e0d2.zip | |
Remove shellcheck-precommit
I don't want to run Docker...
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6628ed1..c9edf86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml | |||
| @@ -12,7 +12,3 @@ repos: | |||
| 12 | - id: end-of-file-fixer | 12 | - id: end-of-file-fixer |
| 13 | - id: check-yaml | 13 | - id: check-yaml |
| 14 | - id: check-added-large-files | 14 | - id: check-added-large-files |
| 15 | - repo: https://github.com/koalaman/shellcheck-precommit | ||
| 16 | rev: v0.10.0 | ||
| 17 | hooks: | ||
| 18 | - id: shellcheck | ||