Re: [PATCH v4 15/24] python: add mypy to pipenv

2021-02-17 Thread John Snow
On 2/16/21 11:38 PM, Cleber Rosa wrote: On Thu, Feb 11, 2021 at 01:58:47PM -0500, 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.7

Re: [PATCH v4 15/24] python: add mypy to pipenv

2021-02-16 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:47PM -0500, 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 v4 15/24] python: add mypy to pipenv

2021-02-11 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