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/engines/google_videos.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/engines/google_videos.py') diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py index c80150b0e..3e3f5d6f1 100644 --- a/searx/engines/google_videos.py +++ b/searx/engines/google_videos.py @@ -1,4 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later +# lint: pylint """Google (Video) For detailed description of the *REST-full* API see: `Query Parameter -- cgit v1.2.3