diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8d23c78..a3cb475c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -63,7 +63,7 @@ repos: hooks: - id: uv-lock - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 39.49.1 + rev: 39.58.1 hooks: - id: renovate-config-validator args: [--strict]