summaryrefslogtreecommitdiff
path: root/extra/tigertool/ecusb/tiny_servod.py
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tigertool/ecusb/tiny_servod.py')
-rw-r--r--extra/tigertool/ecusb/tiny_servod.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/tigertool/ecusb/tiny_servod.py b/extra/tigertool/ecusb/tiny_servod.py
index aec87995a4..632d9c3a20 100644
--- a/extra/tigertool/ecusb/tiny_servod.py
+++ b/extra/tigertool/ecusb/tiny_servod.py
@@ -1,6 +1,10 @@
# Copyright 2020 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
"""Helper class to facilitate communication to servo ec console."""