mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] GH-139590: Run ruff format on pre-commit for Tools/wasm (GH-139591) (#139744)
Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
a96cde9f80
commit
c5ab1b7661
9 changed files with 323 additions and 157 deletions
|
|
@ -27,7 +27,9 @@
|
|||
WASM_STDLIB_ZIP = (
|
||||
WASM_LIB / f"python{sys.version_info.major}{sys.version_info.minor}.zip"
|
||||
)
|
||||
WASM_STDLIB = WASM_LIB / f"python{sys.version_info.major}.{sys.version_info.minor}"
|
||||
WASM_STDLIB = (
|
||||
WASM_LIB / f"python{sys.version_info.major}.{sys.version_info.minor}"
|
||||
)
|
||||
WASM_DYNLOAD = WASM_STDLIB / "lib-dynload"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue