From 0fd53222485b030ac54346042bc85b3b7e63ff21 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Wed, 16 Oct 2024 15:53:04 -0700 Subject: [PATCH] Fix typo --- .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 2fb9560fa..4349def6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: verbose: true - id: godbolt-link name: godbolt-link - entry: ./ci/check_goldbot.py + entry: ./ci/check_godbolt.py files: ^examples/ types_or: [file] language: system