return back hint for running mypy

This commit is contained in:
hroff-1902
2020-02-10 15:41:09 +03:00
committed by GitHub
parent 4af25ec315
commit 0ac0ca74b5

View File

@@ -61,7 +61,7 @@ Guide for installing them is [here](http://flake8.pycqa.org/en/latest/user/using
#### Run mypy
``` bash
mypy freqtrade tests
mypy freqtrade
```
## (Core)-Committer Guide