From 3fbce6b205b5412adaa0632c2dfdf44e1ee0ec2d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 4 Oct 2024 08:19:04 +0330 Subject: [PATCH] excluding .pypi_chart/ --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c99b00a..12d800f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ exclude: | (?x)( ^pyaction/template/| - ^testing_action + ^testing_action| + .pypi_chart/ ) repos: