From d22f4690106777aafc4f2d19e11ca0a4f802c2fa Mon Sep 17 00:00:00 2001 From: ta Date: Mon, 22 Aug 2022 18:27:35 +0700 Subject: [PATCH] use `invalid-name` instead of `C0103` for pylint --- searx/engines/9gag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/9gag.py b/searx/engines/9gag.py index b142adc0e..8fa909942 100644 --- a/searx/engines/9gag.py +++ b/searx/engines/9gag.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # lint: pylint -# pylint: disable=C0103 +# pylint: disable=invalid-name """9GAG (social media)""" from json import loads