From f67bf01777fdc3bc2b953a4629cb4f5ee1b21177 Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Wed, 9 Dec 2020 16:11:20 +0000 Subject: [PATCH] Updated isort command to use Poe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476d8098..68f70395 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Though not in the CI, our `format` script also runs isort: * **Isort** - Import sorting * Automatically organises your imports to stop things getting out of hand - * `poetry run isort .` + * `poetry run poe isort` ## Build-system