This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Add note in CONTRIBUTING.md about ways to run the mypy type checker. #8601
Labels
A-Docs
things relating to the documentation
Z-Help-Wanted
We know exactly how to fix this issue, and would be grateful for any contribution
z-p3
(Deprecated Label)
Per @clokep's comment, maybe adding something along the following lines to
CONTRIBUTING.md
would be nice:Something about being able to use
tox -e mypy
to do a isolated lint check.Something about being able to do
pip install -e .[mypy]
to install the right mypy version in venv, to be able to executemypy
by itself (which can be faster than running it throughtox
)The text was updated successfully, but these errors were encountered: