[3.14] gh-139590: Stricter ruff rules for Tools/wasm (GH-139752) (#139811)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-10-14 09:29:32 +02:00 committed by GitHub
parent 7a13953bc3
commit 5848d80536
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 53 additions and 77 deletions

View file

@ -29,7 +29,6 @@ on:
- "Tools/jit/**"
- "Tools/peg_generator/**"
- "Tools/requirements-dev.txt"
- "Tools/wasm/**"
workflow_dispatch:
permissions:
@ -61,7 +60,6 @@ jobs:
"Tools/clinic",
"Tools/jit",
"Tools/peg_generator",
"Tools/wasm",
]
steps:
- uses: actions/checkout@v4