Skip to content

Fix flake8 errors/warnings. NFC #23930

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2025
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 14, 2025

Turns out ruff still doesn't support several flake8 warnings. I've enabled some more that are in preview-only mode.

See #23085

Turns out ruff still doesn't support several flake8 warnings.  I've
enabled some more that are in preview-only mode.

See emscripten-core#23085
@sbc100 sbc100 requested review from brendandahl and kripken March 14, 2025 21:08
@@ -23,7 +23,7 @@ def run(cmd, **args):
def main():
if run(['git', 'status', '-uno', '--porcelain']).strip():
print('tree is not clean')
#return 1
return 1
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was actually a bug that accidentally submitted this.

@sbc100 sbc100 merged commit 20b19b2 into emscripten-core:main Mar 17, 2025
26 of 28 checks passed
@sbc100 sbc100 deleted the flake8_issues branch March 17, 2025 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants