diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ec2557..a80c532 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: args: [--lock] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -31,7 +31,7 @@ repos: types_or: [ python, pyi, jupyter ] - repo: https://github.com/crate-ci/typos - rev: v1.29.4 + rev: v1.29.5 hooks: - id: typos args: []