diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cd82eb..6a6dd27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: debug-statements - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.37 + rev: v1.28.3 hooks: - id: typos @@ -25,7 +25,7 @@ repos: - black==23.10.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.8.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]