diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee54065..28be484 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: v4.6.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -14,18 +14,18 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.14.3 hooks: - id: ruff args: [--fix, --show-fixes] - - repo: https://github.com/psf/black - rev: 24.4.2 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.18.2 hooks: - id: mypy additional_dependencies: