diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbcf68d..95bb687 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: - id: check-json - repo: https://github.com/crate-ci/typos - rev: v1.27.0 + rev: typos-dict-v0.11.35 hooks: - id: typos args: [] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.14.0 + rev: v0.15.0 hooks: - id: markdownlint-cli2 @@ -43,7 +43,7 @@ repos: - black==23.10.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]