diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e132582..427a24f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,12 +30,12 @@ repos: # Spell checker. Replaces codespell; faster and lower false-positive rate. - repo: https://github.com/crate-ci/typos - rev: v1.49.0 + rev: v1.50.0 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.5 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix]