diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 877eb4ff6f79e0f85b0b8582fc80df4a74399c5f..9f393c0413b9bd34fa0e03f2a1b47ce33ece4d16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,6 @@ sha: master hooks: - id: shell-lint - files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh|install + files: &shellscripts '\.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh|renew-certs' - id: shellcheck - files: \.bashrc|\.githooks/post-merge|\.profile|Documents/Shore/cleanup/docker-.*|Documents/train-wifi\.sh|install + files: *shellscripts diff --git a/Documents/Shore/renew_certs b/Documents/Shore/renew-certs similarity index 100% rename from Documents/Shore/renew_certs rename to Documents/Shore/renew-certs