Skip to content

Commit

Permalink
Add not about flake8 pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed Jun 11, 2018
1 parent c46e508 commit d02af07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ pip3.6 install flake8 coveralls
flake8 freqtrade
```

We receive a lot of code that fails the `flake8` checks.
To help with that, we encourage you to install the git pre-commit
hook that will warn you when you try to commit code that fails these checks.
Guide for installing them is [here](http://flake8.pycqa.org/en/latest/user/using-hooks.html).

## 3. Test if all type-hints are correct

**Install packages** (If not already installed)
Expand Down

0 comments on commit d02af07

Please sign in to comment.