diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-26 20:18:20 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-26 20:18:20 +0200 |
| commit | dc29f1d826305c39d200bcea7556cc31c71bf23f (patch) | |
| tree | 9f8e941cc6162bee09ba4f77adcfe5141d13a2c4 /searx/testing.py | |
| parent | e6deddbc70647afe71002206ca3bb049d779c732 (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/testing.py')
| -rw-r--r-- | searx/testing.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |