From 2cfe9159abf6ede5439151e5c1e3a531a1b74e1a Mon Sep 17 00:00:00 2001 From: Uriah Finkel Date: Thu, 20 Aug 2026 23:07:15 +0300 Subject: [PATCH] Update pre-commit tooling versions --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc8e77a6..c9bd6929 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.13 + rev: v0.16.0 hooks: # Run the linter. - id: ruff-check @@ -9,7 +9,7 @@ repos: - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.7.12 + rev: 0.12.1 hooks: # Update the uv lockfile - - id: uv-lock \ No newline at end of file + - id: uv-lock