From 7264341929102303c6d4068392abf23169ad200d Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Thu, 30 Jul 2020 03:40:28 +0400 Subject: [PATCH] Fixed pre-commit. Signed-off-by: Pavel Kirilin <win10@list.ru> --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 98aff20..a1595c7 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,4 +3,4 @@ description: sort entries of a deps files. language: script entry: hooks/deps_sort.sh - files: *.deps + files: \.deps$ -- GitLab