From b05164188ed4897728a0f685c53ac1e7a2419285 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 21 May 2023 14:10:47 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9cd170..07fc8a0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Distributed as a standalone repository to enable installing Ruff via prebuilt wh Add this to your `.pre-commit-config.yaml`: ```yaml -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.0.269 hooks: @@ -20,7 +20,7 @@ Add this to your `.pre-commit-config.yaml`: Or, to enable autofix: ```yaml -- repo: https://github.com/charliermarsh/ruff-pre-commit +- repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.0.269 hooks: