>
>
> Judicious use of:
>
> # pylint: disable=do-not-use-asserts
>
> ^^ helps with interim use of pytest `assert`
>
>
Yeah. That will work. But then you would have to leave it in the code until
everything is converted. We already have a nice mechanism we use with
pylint_todo.txt which we could use. It's nicer because it does not change
the code and it's super-easy to maintain and see how many files are left.

J.

Reply via email to