diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-26 22:58:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 22:58:44 +0200 |
| commit | 9b482e8fccfc5e5504e4c8abdb60ce5c11678018 (patch) | |
| tree | 3aead7d855f950ef90d3ad7588fb2c8a2d73ccd9 /searx/metrics | |
| parent | e6deddbc70647afe71002206ca3bb049d779c732 (diff) | |
| parent | a92a4cb443e9bce0b06d938b28d51b44232de0f0 (diff) | |
Merge pull request #31 from return42/mod-pylint
[pylint] get PYLINT_FILES from tag '# lint: pylint'
Diffstat (limited to 'searx/metrics')
| -rw-r--r-- | searx/metrics/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/metrics/__init__.py b/searx/metrics/__init__.py index 6ed578116..c2dcfaae4 100644 --- a/searx/metrics/__init__.py +++ b/searx/metrics/__init__.py @@ -1,4 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later +# lint: pylint # pylint: disable=missing-module-docstring, missing-function-docstring import typing |