diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9823315..9efd708 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,12 @@ repos: args: [-c, configs/.markdownlint.yaml, --fix, --disable, MD028] - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.12.4 + rev: v1 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.11.2 hooks: # Run the formatter - id: ruff-format