Steps to reproduce
- ensure you are using 4 spaces for indent character
- paste this code:
for name, index in zip(
[
"foo:",
"bar:",
],
range(5),
):
pass
- It will say there should be an extra 2 spaces in places it should not.
Current behavior
warnings
Expected behavior
No warnings
pylint --version output
pylint 2.3.1
astroid 2.2.5
Python 3.7.3 (default, May 11 2019, 00:38:04)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]