From 81073ecdf316a990dffad011dd391841d48433d8 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 7 Jun 2026 16:42:42 +0200 Subject: [PATCH] Remove shellcheck from pre-commit checks there are no more .sh scripts, the last one was removed in https://github.com/learning-process/parallel_programming_course/pull/800 --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8aa2c45..24e5cdb1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,13 +68,6 @@ repos: exclude: ^(3rdparty/|build.*/|install/) args: [--autofix, --indent=2, --no-ensure-ascii] - # Shell script linting with shellcheck (no docker dependency) - - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.11.0.1 - hooks: - - id: shellcheck - files: \.sh$ - # Dockerfile linting with hadolint - repo: https://github.com/hadolint/hadolint rev: v2.14.0