Skip to content

Commit 4a92743

Browse files
authored
Merge: Update CONTRIBUTING.md (#395)
A small update requested as helpful from @Hrovatin , if you have more suggestions please post them here
2 parents 4e7f2cf + 54c5e0f commit 4a92743

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ we recommend the following workflow:
5454
tox -e fulltest-py312
5555
```
5656

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+
5760
If you want to challenge your machine, you can run all checks in all Python versions
5861
in parallel via:
5962
```console

0 commit comments

Comments
 (0)