Skip to content

Adjust Tools/wasm linting and formatting issues found by ruff #103801

Description

@dversoza

Feature or enhancement

After running ruff in CPython, some linting and formatting errors were found.
This issue intends to fix those related to the wasm module under Tools/wasm.

Pitch

In the CPython directory, we run the following command:

ruff .

We can see these three alerts under the Tools/wasm module:

Tools/wasm/wasm_assets.py:9:89: E501 Line too long (115 > 88 characters)
Tools/wasm/wasm_build.py:76:18: F541 [*] f-string without any placeholders
Tools/wasm/wasm_build.py:601:77: F841 [*] Local variable `s` is assigned to but never used

Previous discussion

None.

Linked PRs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

type-featureA feature request or enhancement

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions