Skip to content
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

all: Enable ruff F841 'Local variable is assigned to but never used'. #856

Merged
merged 1 commit into from
May 15, 2024

Conversation

projectgus
Copy link
Contributor

Most of these look like they were used for print debugging and then kept in when the print statements were removed or commented.

Some look like missing or incomplete functionality, these have been marked with comments where possible.

This PR shouldn't change runtime behaviour at all, however I can't rule out that one of these warnings wasn't masking an existing bug.

@projectgus projectgus requested a review from jimmo May 14, 2024 05:55
Most of these look like they were used for print debugging and then kept in
when the print statements were removed or commented.

Some look like missing or incomplete functionality, these have been marked
with comments where possible.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
@dpgeorge dpgeorge merged commit 6c6fab1 into micropython:master May 15, 2024
3 checks passed
@dpgeorge
Copy link
Member

Thank you! Looks good to me.

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.

None yet

2 participants