diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21b96aef..e526e5b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--autofix, --trailing-commas] exclude: Cargo.lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.4 hooks: - id: ruff args: [--fix] @@ -24,7 +24,7 @@ repos: - id: ruff-format types_or: [python, pyi, jupyter] - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.392.post0 + rev: v1.1.393 hooks: - id: pyright - repo: https://github.com/doublify/pre-commit-rust @@ -63,7 +63,7 @@ repos: args: - --keep-output - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: