Skip to content

Commit

Permalink
contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 24, 2024
1 parent b363875 commit 5093c46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Once you find an interesting issue let us know that you want to work on it by co

The [PEP 8](https://realpython.com/python-pep8/) styling convention is used.

To make sure you are following it, you can install [pylint](https://pypi.org/project/pylint/)
To make sure you are following it, you can install [black](https://pypi.org/project/black/)

`pip install pylint`
`pip install black`

To run pylint:
To run black:

`pylint ./src`
`black .`

## Questions, suggestions or new ideas

Expand Down

0 comments on commit 5093c46

Please sign in to comment.