From 0108a1aba70066cbd75253b62efc1d97bf8fcec5 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 6 Jul 2026 15:03:32 +0100 Subject: [PATCH] Remove shellcheck pre-commit hook --- prek.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/prek.toml b/prek.toml index e38af71b..39dbf541 100644 --- a/prek.toml +++ b/prek.toml @@ -25,17 +25,6 @@ hooks = [ } ] -[[repos]] -# shellcheck: A shell linter, https://www.shellcheck.net/ -repo = "https://github.com/koalaman/shellcheck-precommit" -rev = "v0.11.0" -hooks = [ - { - id = "shellcheck", - files = "dev_scripts/" - } -] - # Verify Github workflows have correct syntax [[repos]] repo = "https://github.com/python-jsonschema/check-jsonschema"