You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
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 execute mypy by itself (which can be faster than running it through tox)