-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
529bb2c
commit 15e4af1
Showing
14 changed files
with
1,393 additions
and
1,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
for pythonVersion in 3.13 3.12 3.11 3.10 3.9; do | ||
./pw pdm use $pythonVersion --first | ||
./pw pdm install --group=docstubs --no-self --no-default | ||
./pw pdm run generate_docstubs | ||
done | ||
for pythonVersion in 3.8; do | ||
./pw pdm use $pythonVersion --first | ||
./pw pdm install --group=docstubs-old --no-self --no-default --lockfile pdm.docstubs-old.lock | ||
./pw pdm run generate_docstubs | ||
for pythonVersion in 3.13 3.12 3.11 3.10 3.9 3.8; do | ||
./pw uv venv --python $pythonVersion | ||
./pw uv sync --only-group=docstubs --no-install-project | ||
./pw uv run npm run generate-docstubs | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.