diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a087103c6..1c83437f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ pytest tests/test_.py::test_ #### Run Flake8 ```bash -flake8 freqtrade +flake8 freqtrade tests scripts ``` We receive a lot of code that fails the `flake8` checks.