Skip to content

Commit

Permalink
chore(app): fix contribution instructions (Chia-Network#1520)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Fiedler <[email protected]>
  • Loading branch information
Flofie and fiedler-itlabs authored Mar 26, 2021
1 parent 51e90ed commit 9d8b163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ proofs of space during testing. The next time tests are run, this won't be neces

```bash
. ./activate
pip install -r requirements-dev.txt
pip install ".[dev]"
black src tests && mypy src tests && flake8 src tests
py.test tests -v --durations 0
```
Expand Down

0 comments on commit 9d8b163

Please sign in to comment.