mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Use SSH clones in update_schemastore.py
(#5322)
This commit is contained in:
parent
1c638264b2
commit
2f03159c8b
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ from pathlib import Path
|
|||
from subprocess import check_call, check_output
|
||||
from tempfile import TemporaryDirectory
|
||||
|
||||
schemastore_fork = "https://github.com/astral-sh/schemastore"
|
||||
schemastore_upstream = "https://github.com/SchemaStore/schemastore"
|
||||
schemastore_fork = "git@github.com:astral-sh/schemastore.git"
|
||||
schemastore_upstream = "git@github.com:SchemaStore/schemastore.git"
|
||||
ruff_repo = "https://github.com/astral-sh/ruff"
|
||||
root = Path(
|
||||
check_output(["git", "rev-parse", "--show-toplevel"], text=True).strip(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue