From dc29f1d826305c39d200bcea7556cc31c71bf23f Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 26 Apr 2021 20:18:20 +0200 Subject: [pylint] tag PYLINT_FILES by comment `# lint: pylint` These py files are linted by `test.pylint`, all other files are linted by `test.pep8`. Signed-off-by: Markus Heiser --- searx/testing.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/testing.py') diff --git a/searx/testing.py b/searx/testing.py index 51ca92bd0..3ee86372d 100644 --- a/searx/testing.py +++ b/searx/testing.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # SPDX-License-Identifier: AGPL-3.0-or-later +# lint: pylint """Shared testing code.""" # pylint: disable=missing-function-docstring -- cgit v1.2.3