From c04ab12fc56415ddc7f89b2ad531761339c417ae Mon Sep 17 00:00:00 2001
From: Matthias Mair <code@mjmair.com>
Date: Sun, 24 Mar 2024 07:13:05 +0100
Subject: [PATCH] switch to offical uv action (#6827)

---
 .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 8e21507a73..7ace7dd026 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,8 +27,8 @@ repos:
         --fix,
         --preview
       ]
--   repo: https://github.com/matmair/ruff-pre-commit
-    rev: fac27ee349cbf0f0d71c1069854bfe371d1c62a1  # uv-0.1.23
+-   repo: https://github.com/astral-sh/uv-pre-commit
+    rev: v0.1.24
     hooks:
       - id: pip-compile
         name: pip-compile requirements-dev.in
@@ -62,7 +62,7 @@ repos:
       - "prettier@^2.4.1"
       - "@trivago/prettier-plugin-sort-imports"
 - repo: https://github.com/pre-commit/mirrors-eslint
-  rev: "v9.0.0-beta.2"
+  rev: "v9.0.0-rc.0"
   hooks:
   - id: eslint
     additional_dependencies: