Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RefactorPlatforms/WASI/__main__.py for lazy importing and future new subcommands#145404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
brettcannon wants to merge11 commits intopython:main
base:main
Choose a base branch
Loading
frombrettcannon:wasi-refactor
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
11 commits
Select commitHold shift + click to select a range
ce4d5c7
Refactor `Platforms/WASI/__main__.py` for future subcommands
brettcannonFeb 20, 2026
c5c5160
Turn on Ruff linting and formatting
brettcannonFeb 20, 2026
dbe1bed
Manually cherry-pick 180d58cbcc0f7f34d6ba6186abf9c6399bd12433
brettcannonMar 2, 2026
60568ba
Update .pre-commit-config.yaml
brettcannonMar 2, 2026
8252a89
Merge branch 'main' into wasi-refactor
brettcannonMar 2, 2026
ef2580b
Fix a weird merge issue
brettcannonMar 2, 2026
f1577c9
Merge branch 'main' into wasi-refactor
brettcannonMar 2, 2026
8c78379
Get rid of a duplicate Ruff check entry
brettcannonMar 2, 2026
283d769
Merge branch 'wasi-refactor' of github.com:brettcannon/cpython into w…
brettcannonMar 2, 2026
565ca7d
Make sure `logdir` is always set
brettcannonMar 4, 2026
40fb443
Merge branch 'main' into wasi-refactor
brettcannonMar 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions.pre-commit-config.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,6 +14,10 @@ repos:
name: Run Ruff (lint) on Lib/test/
args: [--exit-non-zero-on-fix]
files: ^Lib/test/
- id: ruff-check
name: Run Ruff (lint) on Platforms/WASI/
args: [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
files: ^Platforms/WASI/
- id: ruff-check
name: Run Ruff (lint) on Tools/build/
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
Expand DownExpand Up@@ -42,6 +46,10 @@ repos:
name: Run Ruff (format) on Doc/
args: [--exit-non-zero-on-fix]
files: ^Doc/
- id: ruff-format
name: Run Ruff (format) on Platforms/WASI/
args: [--exit-non-zero-on-fix, --config=Platforms/WASI/.ruff.toml]
files: ^Platforms/WASI/
- id: ruff-format
name: Run Ruff (format) on Tools/build/check_warnings.py
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
Expand Down
2 changes: 2 additions & 0 deletionsPlatforms/WASI/.ruff.toml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
extend ="../../.ruff.toml"# Inherit the project-wide settings

target-version ="py314"

[format]
preview =true
docstring-code-format =true
Expand Down
Loading
Loading

[8]ページ先頭

©2009-2026 Movatter.jp