diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a3ddcef..24561ceb 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.4.8 + rev: v0.4.9 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.366 + rev: v1.1.367 hooks: - id: pyright - repo: https://github.com/doublify/pre-commit-rust