diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f721f5..04785a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Syncs pre-commit dependencies with the latest versions. - repo: https://github.com/mxr/sync-pre-commit-deps - rev: "v0.0.4" + rev: "v0.0.5" hooks: - id: sync-pre-commit-deps # Pre-commit hooks for general file checks @@ -49,12 +49,12 @@ repos: - id: yamlfmt # Codespell for detecting common misspellings in code - repo: https://github.com/codespell-project/codespell - rev: "v2.4.2" + rev: "v2.4.3" hooks: - id: codespell # Markdownlint for linting Markdown files - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.22.1 + rev: v0.23.2 hooks: - id: markdownlint-cli2 args: [--fix]