Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
herrcore authored Jan 20, 2024
1 parent 91f1fee commit 108a534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ HashDB relies on community support to keep our hash library current! Our goal is

```
pip install flake8
flake8 ./algorithms --count --exit-zero --max-complexity=15 --max-line-length=127 --statistics --show-source
flake8 ./algorithms --count --select=E9,F63,F7,F82 --show-source --statistics
```

6. Test your code locally using our test suite. Run the folling commands locally from the root of the git repository. Note that you must run pytest as a module rather than directly or it won't pick up our test directory.
6. Test your code locally using our test suite. Run the following commands locally from the root of the git repository. Note that you must run pytest as a module rather than directly or it won't pick up our test directory.

```
pip install pytest
Expand Down

0 comments on commit 108a534

Please sign in to comment.