From 9b768062e5fa71212cabfb428fee1bd9feac669e Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Fri, 28 Jun 2024 08:19:30 -0700 Subject: [PATCH] chore: Update .pre-commit-config.yaml (#4245) Quotes not needed, consistent with others --- .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 5265643907..42b3468385 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,7 +72,7 @@ repos: name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: 0.5.3 + rev: "0.5.3" hooks: - id: pydoclint # This allows automatic reduction of the baseline file when needed.