From f24069467dd4e1051a044412393c21bd1ff45795 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Wed, 26 Jun 2024 11:12:32 -0700 Subject: [PATCH] Correct exclude (#340) * Correct exclude * f * f --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55b755e..3b94d9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,6 +28,10 @@ repos: rev: v1.5.5 hooks: - id: remove-tabs + exclude: > + (?x)^( + .config/pydoclint-baseline.txt + )$ - repo: https://github.com/pycontribs/mirrors-prettier rev: v3.3.2