Re: [PATCH v3 12/15] python: add mypy to pipenv

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:52PM -0400, John Snow wrote: > 0.730 appears to be about the oldest version that works with the > features we want, including nice human readable output (to make sure > iotest 297 passes), and type-parameterized Popen generics. > > 0.770, however, supports adding 'str

[PATCH v3 12/15] python: add mypy to pipenv

2020-10-20 Thread John Snow
0.730 appears to be about the oldest version that works with the features we want, including nice human readable output (to make sure iotest 297 passes), and type-parameterized Popen generics. 0.770, however, supports adding 'strict' to the config file, so require at least 0.770. Now that we are