diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db2f357..069cd1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.24 + rev: 0.5.26 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.9.3 + rev: v0.9.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy