From 1fb6841568d2b792cdfceba89f7b3db29fb24707 Mon Sep 17 00:00:00 2001 From: joey0320 Date: Sun, 15 Jan 2023 21:39:05 -0800 Subject: [PATCH] fixes --- .checkmake-config.ini | 2 ++ .pre-commit-config.yaml | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .checkmake-config.ini diff --git a/.checkmake-config.ini b/.checkmake-config.ini new file mode 100644 index 00000000..f2ac3c91 --- /dev/null +++ b/.checkmake-config.ini @@ -0,0 +1,2 @@ +[minphony] +disabled = true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e0debd7..db534894 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,8 @@ repos: - id: check-yaml - id: check-json - id: check-added-large-files - - repo: https://github.com/ucb-bar/checkmake.git - rev: no-phony + - repo: https://github.com/mrtazz/checkmake.git + rev: main hooks: - id: checkmake + args: [--config=./.checkmake-config.ini]