diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96f7a56..91034c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: "3.12" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -15,13 +15,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.4" + rev: "v0.14.10" hooks: - id: ruff args: [--fix] - - repo: https://github.com/psf/black - rev: "25.1.0" + - repo: https://github.com/psf/black-pre-commit-mirror + rev: "25.12.0" hooks: - id: black @@ -32,12 +32,12 @@ repos: exclude: docs/sphinx_pyodide/tests/test_directives\.py - 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/pre-commit/mirrors-mypy - rev: "v1.15.0" + rev: "v1.19.1" hooks: - id: mypy args: []