diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 335c2f6..bc76936 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.16.3 + rev: v4.18.0 hooks: - id: commitizen stages: [commit-msg] @@ -28,20 +28,20 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.25.3" + rev: "v2.29.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.31 + rev: 0.12.7 hooks: - id: uv-lock - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.16.5 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -51,7 +51,7 @@ repos: hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.3.1 hooks: - id: mypy additional_dependencies: []