diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce287d7d..68492f03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.10 hooks: - id: ruff args: [--fix] @@ -30,7 +30,7 @@ repos: args: [--check-filenames] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy exclude: (tests|examples)/ @@ -42,7 +42,7 @@ repos: - id: format-ipy-cells - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout args: [--drop-empty-cells]