Move auxiliary mypy requirements to a requirements file#8289
Move auxiliary mypy requirements to a requirements file#8289radarhere merged 1 commit intopython-pillow:mainfrom
Conversation
|
And the reason that you're not just moving these into .ci/requirements-mypy.txt is in case someone wants to use a type-checking system other than mypy? That might be reasonable, sure, I just hope that we're not going to start down the road of trying to satisfy more than one type-checking tool at the same time. |
No, it was because I wasn't sure if there was a reason for these to have been in the toxfile to begin with 😅 I can absolutely put them in |
|
All in pip install -r requirements-mypy.txt
mypy src Tests |
For easier installation outside tox
|
Moved 'em all to |
|
Thanks |
For easier installation of those requirements outside tox.