Skip to content

Commit

Permalink
Adjust mypy and flake commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 authored Feb 10, 2020
1 parent 0ba8d13 commit 4af25ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pytest tests/test_<file_name>.py::test_<method_name>
#### Run Flake8

```bash
flake8 freqtrade
flake8 freqtrade tests
```

We receive a lot of code that fails the `flake8` checks.
Expand All @@ -61,7 +61,7 @@ Guide for installing them is [here](http://flake8.pycqa.org/en/latest/user/using
#### Run mypy

``` bash
mypy freqtrade
mypy freqtrade tests
```

## (Core)-Committer Guide
Expand Down

0 comments on commit 4af25ec

Please sign in to comment.