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

Lint Python: Add more ruff rules #1909

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Lint Python: Add more ruff rules #1909

merged 3 commits into from
Jan 22, 2025

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 22, 2025

ignore = [
"E501", # line too long
"E501", # line too long
Copy link
Member

Choose a reason for hiding this comment

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

we could include this too.

@cclauss
Copy link
Contributor Author

cclauss commented Jan 22, 2025

Given the assertions on the lines above, I do not see how the changes in the last commit caused test errors. Should I revert the final commit?

Let's do the long lines (E501) in a separate PR.

@dmah42
Copy link
Member

dmah42 commented Jan 22, 2025

Given the assertions on the lines above, I do not see how the changes in the last commit caused test errors. Should I revert the final commit?

Let's do the long lines (E501) in a separate PR.

no, these failures are known and we're working on them in other PRs.

@dmah42 dmah42 merged commit ecb5df6 into google:main Jan 22, 2025
75 of 86 checks passed
@dmah42
Copy link
Member

dmah42 commented Jan 22, 2025

thank you!

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