From 4f44ed61151de8d23720603d1bc8fdf2d6f6f4cb Mon Sep 17 00:00:00 2001 From: pem70 Date: Mon, 22 Jul 2024 15:04:43 -0400 Subject: [PATCH] Update CONTRIBUTING.md Signed-off-by: pem70 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ac66f87..fa15ff35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.