isort-hook fails with python3.11 #528
Labels
bug
Something isn't working
Python Specific 🐍
a problem that is specific to this python implementation and not the bo4e data model
Running the current pre-commit config with python 3.11 fails because of an unpinned version of poetry in
isort
see: issue#2078 and PRSteps To Reproduce
Expected vs. Actual Behavior
What you expected
Allow development with python >=3.10
What actually happened
Creating a commit fails with:
Additional context
Please state your Python version: 3.11
A fix was released with https://github.com/PyCQA/isort/tree/5.11.5 - I suggest we update the pre-commit config accordingly.
The text was updated successfully, but these errors were encountered: