From a12e9a00f90a431fd12343ea9082159b771519c2 Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Wed, 27 Apr 2022 23:00:30 -0600 Subject: [PATCH] pre-commit-hooks: Add *.make Makefile filename pattern --- .pre-commit-hooks.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8e73f05..f3aa652 100755 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,5 +6,6 @@ files: | (?x)^( (GNU)?[Mm]akefile| - .*\.mk + .*\.mk| + .*\.make )$