From 6c51a19416211be631234f9f1996ade214446a01 Mon Sep 17 00:00:00 2001 From: joey0320 Date: Sat, 14 Jan 2023 15:49:25 -0800 Subject: [PATCH] fix precommit to point to ucb-bar repo --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cd4ef45..2e0debd7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: check-json - id: check-added-large-files - - repo: https://github.com/mrtazz/checkmake.git - rev: main + - repo: https://github.com/ucb-bar/checkmake.git + rev: no-phony hooks: - id: checkmake