diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca6a1fee..e3922218 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,13 +7,13 @@ default_stages: minimum_pre_commit_version: 2.9.3 repos: - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: [numpy>=1.23] exclude: docs - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black additional_dependencies: [toml] @@ -45,15 +45,15 @@ repos: - id: check-toml - id: requirements-txt-fixer - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.8 + rev: v0.14.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade