summaryrefslogtreecommitdiff
path: root/chip/mchp/util/pack_ec.py
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-07-08 14:22:19 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-13 17:06:03 +0000
commit331ea002e16c1209e1eddf57c01400b7ff4ac02e (patch)
tree0dc3933e35417500dc9b92cfc722058df17f859e /chip/mchp/util/pack_ec.py
parentb330c438eed93c2dddecfe767a1bacfca4883227 (diff)
downloadchrome-ec-331ea002e16c1209e1eddf57c01400b7ff4ac02e.tar.gz
ec: Fix some bad formatting and warnings
The black formatting revealed some odd formatting. Fixed all errors from cros lint. find . \( -path ./private -prune \) -o -name '*.py' -print | \ xargs cros lint -v |& grep ": E" BRANCH=None BUG=b:238434058 TEST=None Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: Ia1d2e9cfb0cd2b7000d15b3b918d24881987673e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3749249 Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/mchp/util/pack_ec.py')
-rwxr-xr-xchip/mchp/util/pack_ec.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/chip/mchp/util/pack_ec.py b/chip/mchp/util/pack_ec.py
index 15be16c0d4..85aad94bd6 100755
--- a/chip/mchp/util/pack_ec.py
+++ b/chip/mchp/util/pack_ec.py
@@ -3,10 +3,6 @@
# Copyright 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-#
-# Ignore indention messages, since legacy scripts use 2 spaces instead of 4.
-# pylint: disable=bad-indentation,docstring-section-indent
-# pylint: disable=docstring-trailing-quotes
# A script to pack EC binary into SPI flash image for MEC17xx
# Based on MEC170x_ROM_Description.pdf DS00002225C (07-28-17).