Merge pull request #44 from searxng/dependabot/pip/master/pylint-2.8.2

Bump pylint from 2.7.4 to 2.8.2
This commit is contained in:
Markus Heiser 2021-05-03 13:58:14 +00:00 committed by GitHub
commit 45293270e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ class SearxRobotLayer():
dirname(__file__) + '/settings_robot.yml')
# run the server
self.server = subprocess.Popen(
self.server = subprocess.Popen( # pylint: disable=consider-using-with
[exe, webapp],
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT