Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3ebbdc17 authored by Markus Heiser's avatar Markus Heiser Committed by GitHub
Browse files

Merge pull request #2173 from searxng/dependabot/pip/master/pylint-2.16.1

Bump pylint from 2.15.10 to 2.16.1
parents 7320b0c7 f1a3872a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -404,4 +404,4 @@ known-third-party=enchant

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
overgeneral-exceptions=builtins.Exception
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ mock==5.0.1
nose2[coverage_plugin]==0.12.0
cov-core==1.15.0
black==22.12.0
pylint==2.15.10
pylint==2.16.1
splinter==0.19.0
selenium==4.8.0
twine==4.0.2
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
"""This module implements functions needed for the autocompleter.

"""
# pylint: disable=use-dict-literal

from json import loads
from urllib.parse import urlencode
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
# lint: pylint
"""Semantic Scholar (Science)
"""
# pylint: disable=use-dict-literal

from urllib.parse import urlencode
from searx.utils import html_to_text
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
"""Docker Hub (IT)

"""
# pylint: disable=use-dict-literal

from json import loads
from urllib.parse import urlencode
Loading