diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38521e3..bbde7eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ fail_fast: false repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: "check-added-large-files" args: ["--maxkb=40000"] @@ -34,7 +34,7 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.14.0" + rev: "v3.16.0" hooks: - id: "reorder-python-imports" args: @@ -42,13 +42,13 @@ repos: - repo: "https://github.com/astral-sh/ruff-pre-commit" # Ruff version. - rev: "v0.11.7" + rev: "v0.14.8" hooks: - id: "ruff" - id: "ruff-format" - repo: "https://github.com/kynan/nbstripout" - rev: "0.8.1" + rev: "0.8.2" hooks: - id: "nbstripout"