Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz committed Oct 9, 2024
1 parent 4e7f2cf commit 54c5e0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54c5e0f

Please sign in to comment.