From 4261ff0c1857a3c9f11bc14fc820302f174064ec Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Wed, 3 Jan 2024 11:35:22 -0500 Subject: [PATCH] fix: updates language for linting pre-commit to system Signed-off-by: Jennifer Power --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4590e25a..ca5cd90e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - repo: local hooks: - id: lint - language: script + language: system name: Check formatting and lint entry: make lint stages: [commit]