1# Copyright 2023 The ChromiumOS Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5[MAIN] 6 7init-hook='import sys; sys.path.append("presubmit")' 8 9load-plugins= 10 pylint.extensions.no_self_use, 11 12[MESSAGES CONTROL] 13 14disable= 15 consider-using-f-string, 16 possibly-used-before-assignment, 17 18[REPORTS] 19 20score=no 21