Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: pem70 <[email protected]>
  • Loading branch information
pem70 committed Jul 22, 2024
1 parent 9cd2b2a commit 4f44ed6
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 @@ -65,6 +65,6 @@ Code standards

This project follows the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide.

This project also uses `flake8` for code linting. Make sure to run `flake8` on your code before submitting a pull request.
This project also uses `pydocstyle`, `pydoclint`, and `pylint` for code linting. Make sure to run them on your code before submitting a pull request.

We recommend using `black` and `isort` as code formatters. Please format your code using these tools before creating a pull request.

0 comments on commit 4f44ed6

Please sign in to comment.