diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bae6dd78..f70014c49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.27.0" + rev: "v2.27.1" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.2 + rev: 0.12.3 hooks: - id: uv-lock - repo: https://github.com/pre-commit/mirrors-prettier @@ -36,7 +36,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]