From 8512499c98e45fbe251ffb6a08a5d7872b87f344 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 1 May 2024 08:52:35 -0500 Subject: [PATCH] Ensure .pyt is an extension --- .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 23e2f538..063500c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: exclude: | (?x)^( ^flow/util/mistune/| - ^.*\.pyt + ^.*\.pyt$ ) repos: