textual
textual copied to clipboard
Add `isort` to dev dependencies
Sorry I would do this myself but I'm not yet familiar enough with poetry.
We found the following entry in the FAQ which you may find helpful:
Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review.
This is an automated reply, generated by FAQtory
Opened a PR for this.
For future reference, to add a development dependency in Poetry you can do:
poetry add --group dev isort
Thanks Darren! I did check the Poetry docs but the large diff to the lock file gave me pause!