MNT/MAINT upgrading isort to 5.12.0#294
Conversation
MNT/MAINT #293: upgrading isort to 5.12.0MNT/MAINT upgrading isort to 5.12.0
|
Thanks for providing a fix so quickly. Before going ahead, could you please describe how I could replicate the initial problem? I tried creating a fresh environment as described in Independent of that, I think we can still merge it, I just want to better understand the issue. |
|
@BenjaminBossan Thanks for your feedback! Interesting... These are the reproduction steps:
Maybe I should have followed |
Interesting, this seems to be the only step that differs. Do you have an idea what PyCharm could be doing differently here that would cause the issue? I have |
|
From the error log I understood that an older version of isort is being installed based on isort's recent |
|
Heh, strange. Still, I merged since it shouldn't hurt and there may be other PyCharm users out there who run into the same issue (note that it seems like they backported the fix to 5.11 too: https://github.com/PyCQA/isort/releases/tag/5.11.5). For the @skops-dev/maintainers and others who work on the repo, please make sure to update pre-commit, not sure if it does so automatically. |
Closes #293