diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a713d4..dea860b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ 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 @@ -13,26 +13,26 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.4" + rev: "v0.15.9" 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: "26.3.1" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.15.0" + rev: "v1.20.0" hooks: - id: mypy exclude: examples - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell