From 6886bc8f4a28a580f49b814e45728765415f2ea1 Mon Sep 17 00:00:00 2001 From: Prasanth Nunna Date: Wed, 8 May 2024 17:25:53 +0000 Subject: [PATCH] Exclude hip files from typo checks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a859d05af..9babbc0cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,3 +21,4 @@ repos: rev: v1.18.2 hooks: - id: typos + exclude: ^.*\.hip$