From 116a0e1ce96295b33c759423db578e656de503f0 Mon Sep 17 00:00:00 2001 From: flowirtz Date: Wed, 9 Sep 2020 13:56:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20isort=20usage=20to=205.?= =?UTF-8?q?0.0=20recommendations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52d9bb0..5817ba2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Format the code with `black metoffice_ec2 scripts`. Check coding style with `flake8`. -Fix import order with `isort -rc .`. +Fix import order with `isort .`. Run static type checking with `mypy metoffice_ec2 scripts`.