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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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