[MASTER] init-hook='import sys; sys.path.extend(["zephyr/zmake"])' # cros lint doesn't inherit the pylintrc from the parent dir. # These settings are copied from platform/ec/pylintrc [MESSAGES CONTROL] disable= bad-continuation, bad-whitespace, # These have nothing to do with black, they are just annoying fixme, too-many-arguments, too-many-statements, too-many-branches, too-many-locals [format] string-quote=double