diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ce4dad..31e4a90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - --skip="./.*" - --quiet-level=2 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 hooks: - id: ruff args: [--fix] @@ -29,11 +29,11 @@ repos: hooks: - id: prettier - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.20 + rev: 0.5.21 hooks: - id: uv-lock - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.107.0 + rev: 39.118.2 hooks: - id: renovate-config-validator - repo: local