From 201e71434343f8110944f96a0021d84ef92faf63 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 28 Sep 2020 17:37:14 +0200 Subject: [PATCH] include isort to contributing --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97f62154d..399588f88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,6 +65,14 @@ Guide for installing them is [here](http://flake8.pycqa.org/en/latest/user/using mypy freqtrade ``` +### 4. Ensure all imports are correct + +#### Run isort + +``` bash +isort . +``` + ## (Core)-Committer Guide ### Process: Pull Requests