diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03bfaa7..20d50f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.14.14 hooks: - id: ruff-check args: @@ -16,6 +16,6 @@ repos: - --quiet - repo: https://github.com/crate-ci/typos - rev: v1.42.0 + rev: v1 hooks: - id: typos