diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2c694a07..8b065bc18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,9 +10,9 @@ repos: hooks: # Attempts to load all yaml files to verify syntax. - id: check-yaml - # Attempts to load all TOML files to verify syntax. + # Attempts to load all TOML files to verify syntax. - id: check-toml - # Trims trailing whitespace. + # Trims trailing whitespace. - id: trailing-whitespace # Preserves Markdown hard linebreaks. args: [--markdown-linebreak-ext=md] @@ -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