From f8c3918cbe137ed9b441d85bae9bfbbf87d445ee Mon Sep 17 00:00:00 2001 From: Linghao Zhang Date: Tue, 3 Dec 2024 18:41:48 +0800 Subject: [PATCH] fix: pre-commit config --- .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 4c37775..dcf375c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,5 +34,5 @@ exclude: | ^raw_data/| ^docs/| ^tests/| - ^README\.md + .*\.md$ )