SPRKPY1074
Mixed indentation symbols
Description
Scenario
def foo():
x = 5 # spaces
y = 6 # tab# EWI: SPRKPY1074 => File has mixed indentation (spaces and tabs).
# This file was not converted, so it is expected to still have references to the Spark API
def foo():
x = 5 # spaces
y = 6 # tabsAdditional recommendations
Last updated
