Suggest to run flake for scripts

This commit is contained in:
hroff-1902 2020-02-10 20:48:49 +03:00 committed by GitHub
parent 0ac0ca74b5
commit 05128d21a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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