From 62cbc190ff2aebf8c329dc9a5df8713e0f78fe25 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 23 Feb 2024 21:50:48 +0900 Subject: [PATCH] Fix matching '/*' isn't what we want here (#214) Fix matching '/*' isn't what we want herere --- .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 c3695b490..3b9e0494a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: args: [--branch, main] - id: requirements-txt-fixer - id: trailing-whitespace - exclude: ^(|doc/source/_static/*) + exclude: ^(doc/source/_static/.*) - id: mixed-line-ending - id: end-of-file-fixer