From 54c5e0f8c51606b9d50f04997aa329ac349ae45e Mon Sep 17 00:00:00 2001 From: Martin Fitzner Date: Fri, 4 Oct 2024 18:55:21 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1db2476df..1cc00dbf7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,6 +54,9 @@ we recommend the following workflow: tox -e fulltest-py312 ``` + Other tox tests that are useful to verify your work locally are `tox -e lint-py312`, + `tox -e mypy-py312` and `tox -e coretest-py312`. + If you want to challenge your machine, you can run all checks in all Python versions in parallel via: ```console