We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e7f2cf + 54c5e0f commit 4a92743Copy full SHA for 4a92743
CONTRIBUTING.md
@@ -54,6 +54,9 @@ we recommend the following workflow:
54
tox -e fulltest-py312
55
```
56
57
+ Other tox tests that are useful to verify your work locally are `tox -e lint-py312`,
58
+ `tox -e mypy-py312` and `tox -e coretest-py312`.
59
+
60
If you want to challenge your machine, you can run all checks in all Python versions
61
in parallel via:
62
```console
0 commit comments