Uh oh!
There was an error while loading. Please reload this page.
chore(deps): bump precommit versions - #1017
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. |
leofang
commented
Sep 25, 2025
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? |
cpcloud
commented
Sep 25, 2025
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. |
cpcloud
commented
Sep 25, 2025
In any case, I'll revert those changes. |
cpcloud
commented
Sep 25, 2025
@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. |
Uh oh!
There was an error while loading. Please reload this page.
2606cdc to
0059ccaCompareUh oh!
There was an error while loading. Please reload this page.
0059cca to
69217c2Comparerwgk
commented
Sep 30, 2025
/ok to test |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
|
Run autoupdate freeze on pre-commit and autofixed the lints produced by a newer version of ruff.