From fc8c96e6272b8c536a1660857d69bb0fa9edd3a3 Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Fri, 25 Jul 2025 16:36:57 -0500 Subject: [PATCH 1/2] Roll back typos to rev 1.25.0 --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2c694a07..5cee047c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: hooks: # Attempts to load all yaml files to verify syntax. - id: check-yaml - # Attempts to load all TOML files to verify syntax. - id: check-toml - # Trims trailing whitespace. + # Attempts to load all TOML files to verify syntax. - id: trailing-whitespace # Preserves Markdown hard linebreaks. + # Trims trailing whitespace. args: [--markdown-linebreak-ext=md] # Do not trim whitespace from all files, input files may need trailing whitespace for empty values in columns. types_or: [markdown, python, yaml] @@ -29,6 +29,6 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/crate-ci/typos - rev: v1.34.0 + rev: v1.25.0 hooks: - id: typos From 69b934b7aa40649f8d511db3a1aed068e09d03d0 Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Fri, 25 Jul 2025 16:42:07 -0500 Subject: [PATCH 2/2] Fix yamlfmt updates --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cee047c8..8b065bc18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: hooks: # Attempts to load all yaml files to verify syntax. - id: check-yaml - - id: check-toml # Attempts to load all TOML files to verify syntax. + - id: check-toml + # Trims trailing whitespace. - id: trailing-whitespace # Preserves Markdown hard linebreaks. - # Trims trailing whitespace. args: [--markdown-linebreak-ext=md] # Do not trim whitespace from all files, input files may need trailing whitespace for empty values in columns. types_or: [markdown, python, yaml]