Re: [PATCH 2/2] iotests: Run pylint and mypy in a testcase

2020-05-13 Thread Kevin Wolf
Am 13.05.2020 um 14:14 hat Max Reitz geschrieben: > On 11.05.20 18:35, Kevin Wolf wrote: > > We made sure that iotests.py passes pylint. It would be a shame if we > > allowed new patches in that break this again, so let's just add a > > meta-test case that runs pylint on it. > > > > While we

Re: [PATCH 2/2] iotests: Run pylint and mypy in a testcase

2020-05-13 Thread Max Reitz
On 11.05.20 18:35, Kevin Wolf wrote: > We made sure that iotests.py passes pylint. It would be a shame if we > allowed new patches in that break this again, so let's just add a > meta-test case that runs pylint on it. > > While we don't pass mypy --strict yet, we can already run it with a few >

[PATCH 2/2] iotests: Run pylint and mypy in a testcase

2020-05-11 Thread Kevin Wolf
We made sure that iotests.py passes pylint. It would be a shame if we allowed new patches in that break this again, so let's just add a meta-test case that runs pylint on it. While we don't pass mypy --strict yet, we can already run it with a few options that would be part of --strict to make