diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 053a4d2..29f8de9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ fail_fast: false repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v6.0.0" hooks: - id: "check-added-large-files" exclude: "tests/cassettes/.*" @@ -36,36 +36,36 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/shellcheck-py/shellcheck-py" - rev: "v0.10.0.1" + rev: "v0.11.0.1" hooks: - id: "shellcheck" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.28.6" + rev: "0.34.1" hooks: - id: "check-github-workflows" - id: "check-readthedocs" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.13.0" + rev: "v3.16.0" hooks: - id: "reorder-python-imports" args: - "--py38-plus" - repo: "https://github.com/psf/black" - rev: "24.4.2" + rev: "25.9.0" hooks: - id: "black" - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: 'v0.4.10' + rev: 'v0.14.0' hooks: - id: "ruff" - repo: "https://github.com/kynan/nbstripout" - rev: "0.7.1" + rev: "0.8.1" hooks: - id: "nbstripout"