-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: Update to isort 5 #35134
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
Comments
love a PR to fix (can likely just drop the recursive kw) or could pin isort- either way us ok |
Should be fine if we drop the keyword. Let me give it a try. |
take |
Yeah, no. Version 5 has changed the way it sorts imports, so it now throws a couple hundred errors on our file base. I'll pin |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@VirosaLi can I pick some from the list? |
The latest version of isort has changed its way of sorting. There is no conflict between MyPy and Isort anymore. So I guess those changes are not needed anymore. |
Co-authored-by: Fangchen Li <[email protected]>
isort
5.x is out with some changes to how it sorts. We'll need to update the code and unpin in our environment file.The text was updated successfully, but these errors were encountered: