# Copyright 2021 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. # Changes to make pylint and black agree on the formatting. [MESSAGES CONTROL] disable= bad-continuation, bad-whitespace, # These have nothing to do with black, they are just annoying fixme, too-many-arguments [format] string-quote=double