Merge pull request #2894 from freqtrade/hroff-1902-patch-2

Minor: Adjust mypy and flake commands
This commit is contained in:
Matthias 2020-02-10 19:03:09 +01:00 committed by GitHub
commit d442b31f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ pytest tests/test_<file_name>.py::test_<method_name>
#### Run Flake8
```bash
flake8 freqtrade
flake8 freqtrade tests scripts
```
We receive a lot of code that fails the `flake8` checks.