include isort to contributing

This commit is contained in:
Matthias 2020-09-28 17:37:14 +02:00
parent 287604efd2
commit 201e714343
1 changed files with 8 additions and 0 deletions

View File

@ -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