Updated isort command to use Poe

This commit is contained in:
Joel Collins 2020-12-09 16:11:20 +00:00
parent 18956bf230
commit f67bf01777

View file

@ -99,7 +99,7 @@ Though not in the CI, our `format` script also runs isort:
* **Isort** - Import sorting * **Isort** - Import sorting
* Automatically organises your imports to stop things getting out of hand * Automatically organises your imports to stop things getting out of hand
* `poetry run isort .` * `poetry run poe isort`
## Build-system ## Build-system