isort — How to Fix RuntimeError: The Poetry configuration is invalid

Fixing poetry error related to recent isort package release

Giorgos Myrianthous
Level Up Coding
Published in
4 min readFeb 6, 2023

--

Photo by Daniel K Cheung on Unsplash

If your pre-commit hooks are failing due to a poetry and isort issue, you are not alone. Over the last few days, people have started complaining about an error in their pre-commit hooks when attemtping to install isort via poetry:

--

--

I strive to build data-intensive systems that are not only functional, but also scalable, cost effective and maintainable over the long term.