isort error To configure isort with pyproject.toml, install with 'isort[pyproject]'.
#9925
daniellepintz
started this conversation in
General
Replies: 1 comment
-
And, the issue magically went away. #resolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
isort
in the pytorch_lightning directory, I get this error:I made sure to install pre-commit with
pip install pre-commit
. Has anyone seen this issue before? It seems that isort should work out of the box with pre-commit, and indeed this was the case in a different environment setup that I had.Someone else who experienced the same issue fixed it in PyCQA/isort#1137 (comment) by "Adding the toml dependency".
Beta Was this translation helpful? Give feedback.
All reactions