mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
Update links to point to Astral org (#4949)
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user