diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb28d24..2f122f7 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.1.0 + rev: v4.1.1 hooks: - id: commitizen stages: [commit-msg] @@ -32,7 +32,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.18 + rev: 0.5.24 hooks: - id: uv-lock - repo: https://github.com/asottile/pyupgrade @@ -41,18 +41,18 @@ repos: - id: pyupgrade args: [--py39-plus] - 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.9.1 + rev: v0.9.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell # - repo: https://github.com/pre-commit/mirrors-mypy