From 7f1b1b74a13342968b6fd60eb5bc46d2aad8254c Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Fri, 3 Nov 2023 09:08:12 +0100 Subject: [PATCH] chore: update ruff repo name in pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f766a30ec6..8a6e50a405 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace exclude: \.dot$ - id: debug-statements - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.0.291 hooks: - id: ruff