diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6047a2..73ca516 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.4 + rev: v4.13.9 hooks: - id: commitizen stages: [commit-msg] @@ -28,11 +28,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.6.0" + rev: "v2.21.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.15 + rev: 0.11.3 hooks: - id: uv-lock - repo: https://github.com/pre-commit/mirrors-prettier @@ -41,13 +41,13 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.20.0 hooks: - id: mypy additional_dependencies: []