diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96284851f..093533dfd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: - id: clippy args: ["--all-targets", "--", "-D", "warnings"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check types_or: [python] @@ -71,6 +71,6 @@ repos: hooks: - id: validate-cff - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.26 + rev: 0.11.28 hooks: - id: uv-lock