Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
πŸ“ Update isort usage to 5.0.0 recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz authored and flowirtz committed Sep 9, 2020
1 parent 0988c21 commit 116a0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 116a0e1

Please sign in to comment.