pytest
pytest copied to clipboard
[pylint] Fixes all ``use-maxplit-args``, ``consider-using-enumerate``
Using maxsplit=1 from use-maxplit-args will make splits slightly faster and is the important one that will improve performances.
The other fix are about readability / style.
Converting to draft as I need to add tests for the missing coverage
Thank you @Zac-HD, I was wondering how to cover the line that was not covered but if it's mergeable as is for you I'm going to stop wondering. I'll open a follow-up regarding the problem raised by the implicit-str-concat 👍