Update links to point to Astral org (#4949)

This commit is contained in:
Dhruv Manilawala
2023-06-08 21:13:40 +05:30
committed by GitHub
parent 9c3fb23ace
commit 07cc4bcb0f
25 changed files with 66 additions and 66 deletions

View File

@@ -12,7 +12,7 @@ from tempfile import TemporaryDirectory
schemastore_fork = "https://github.com/astral-sh/schemastore"
schemastore_upstream = "https://github.com/SchemaStore/schemastore"
ruff_repo = "https://github.com/charliermarsh/ruff"
ruff_repo = "https://github.com/astral-sh/ruff"
root = Path(
check_output(["git", "rev-parse", "--show-toplevel"], text=True).strip(),
)