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]