diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6b5b52..616944f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff args: [--fix] @@ -27,7 +27,7 @@ repos: - id: mypy - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.388 + rev: v1.1.389 hooks: - id: pyright @@ -49,7 +49,7 @@ repos: args: [--disable, MD013, MD033, MD041, "--"] - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 hooks: - id: nbstripout args: [--drop-empty-cells, --keep-output]