Loading .pylintrc +1 −1 Original line number Diff line number Diff line Loading @@ -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 requirements-dev.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading searx/autocomplete.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading searx/engines/crossref.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading searx/engines/docker_hub.py +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ """Docker Hub (IT) """ # pylint: disable=use-dict-literal from json import loads from urllib.parse import urlencode Loading Loading
.pylintrc +1 −1 Original line number Diff line number Diff line Loading @@ -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
requirements-dev.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
searx/autocomplete.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
searx/engines/crossref.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
searx/engines/docker_hub.py +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ """Docker Hub (IT) """ # pylint: disable=use-dict-literal from json import loads from urllib.parse import urlencode Loading