diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c59ef82..1cf2311 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: check-readthedocs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] @@ -50,6 +50,6 @@ repos: - id: pyproject-fmt - repo: https://github.com/crate-ci/typos - rev: v1.16.25 + rev: v1.16.26 hooks: - id: typos