-
Notifications
You must be signed in to change notification settings - Fork 238
chore(deps): bump precommit versions #1017
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
Conversation
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
The new grouping of import statements is very annoying, we have been grouping the imports following PEP 8 just fine and it's now broken. Can we please just skip whatever new rule is implemented in Ruff? |
|
Broken feels a bit extreme--the code still runs--but that's fine by me. PEP8 is probably not something we should religiously follow FWIW, it has its problems. |
|
In any case, I'll revert those changes. |
|
@leofang I think the import modifications are correct actually. Notice that not every file is formatted, so this is just bringing various other files in line with the rest of the codebase. |
2606cdc to
0059cca
Compare
0059cca to
69217c2
Compare
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
|
Run autoupdate freeze on pre-commit and autofixed the lints produced by a newer version of ruff.