Merge pull request #1692 from freqtrade/feat/scripts_flake_mypy

run flake8 and mypy against scripts folder as well.
This commit is contained in:
Misagh
2019-03-24 17:08:52 +01:00
committed by GitHub
5 changed files with 13 additions and 19 deletions

View File

@@ -84,5 +84,5 @@ The `-p` pair argument, can be used to plot a single pair
Example
```
python3 scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p BTC_LTC
python3 scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p LTC/BTC
```