From 5252336de0ae875e951d672b6c144e8629f876cd Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 3 Jul 2023 12:25:01 -0400 Subject: [PATCH] pre-commit: ruff moved to astral-sh --- .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 f0270245..acd8eb84 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.0.275 hooks: - id: ruff