Skip to content

Commit

Permalink
include isort to contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Sep 28, 2020
1 parent 287604e commit 201e714
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 201e714

Please sign in to comment.