Re: [PATCH 09/13] iotests: split linters.py out from 297

2021-10-13 Thread Hanna Reitz
On 13.10.21 17:07, John Snow wrote: On Wed, Oct 13, 2021 at 7:50 AM Hanna Reitz wrote: On 04.10.21 23:04, John Snow wrote: > Now, 297 is just the iotests-specific incantations and linters.py is as > minimal as I can think to make it. The only remaining element in here

Re: [PATCH 09/13] iotests: split linters.py out from 297

2021-10-13 Thread John Snow
On Wed, Oct 13, 2021 at 7:50 AM Hanna Reitz wrote: > On 04.10.21 23:04, John Snow wrote: > > Now, 297 is just the iotests-specific incantations and linters.py is as > > minimal as I can think to make it. The only remaining element in here > > that ought to be configuration and not code is the lis

Re: [PATCH 09/13] iotests: split linters.py out from 297

2021-10-13 Thread Hanna Reitz
On 04.10.21 23:04, John Snow wrote: Now, 297 is just the iotests-specific incantations and linters.py is as minimal as I can think to make it. The only remaining element in here that ought to be configuration and not code is the list of skip files, Yeah... but they're still numerous enough th

[PATCH 09/13] iotests: split linters.py out from 297

2021-10-04 Thread John Snow
Now, 297 is just the iotests-specific incantations and linters.py is as minimal as I can think to make it. The only remaining element in here that ought to be configuration and not code is the list of skip files, but they're still numerous enough that repeating them for mypy and pylint configuratio