pylint-errors
W0312 (mixed-indentation)
Problematic code:
# to be addded
Correct code:
# to be added
Rationale:
Used when there are some mixed tabs and spaces in a module.
Related resources:
Issue Tracker