From 27990185352f035bafbb0cc7c8ac4159e87fe070 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 30 Dec 2022 07:05:42 -0500 Subject: mypy: inorout.py, disposition.py, and part of control.py --- tests/test_api.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_api.py') diff --git a/tests/test_api.py b/tests/test_api.py index ee24aa8f..71712f8e 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -32,6 +32,8 @@ BAD_SQLITE_REGEX = r"file( is encrypted or)? is not a database" class ApiTest(CoverageTest): """Api-oriented tests for coverage.py.""" + # pylint: disable=use-implicit-booleaness-not-comparison + def clean_files(self, files, pats): """Remove names matching `pats` from `files`, a list of file names.""" good = [] -- cgit v1.2.1