update contributing document to include mypy

This commit is contained in:
xmatthias 2018-06-03 15:14:51 +02:00
parent fff7ec1dab
commit 0f352a4b5c
1 changed files with 12 additions and 0 deletions

View File

@ -42,4 +42,16 @@ pip3.6 install flake8 coveralls
flake8 freqtrade
```
## 3. Test if all type-hints are correct
**Install packages** (If not already installed)
``` bash
pip3.6 install mypy
```
**Run mypy**
``` bash
mypy freqtrade
```