From d1f3da4c61a7b5c5ca11cdfe91e67b55595dd573 Mon Sep 17 00:00:00 2001 From: Ira Abramov Date: Sat, 25 Jan 2025 21:46:29 +0200 Subject: [PATCH] ok, maybe check less things --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31ff48beb6..7c097eac27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: name: Check .bash files against bash-it requirements entry: ./hooks/dot-bash.sh language: system - files: "\\.(bash|bat|sh)$" + files: "\\.(bash|bat)$" types: [file] - id: clean-files-txt name: Check that clean_files.txt is sorted alphabetically.