SERVER-68593 Disable low value python warnings

This commit is contained in:
Alexander Neben
2022-09-02 21:56:05 +00:00
committed by Evergreen Agent
parent d4d4a26801
commit 97ac02fa50
177 changed files with 301 additions and 639 deletions

View File

@@ -6,7 +6,7 @@ from buildscripts.resmokelib import core
from buildscripts.resmokelib.testing.hooks import interface
class LibfuzzerHook(interface.Hook): # pylint: disable=too-many-instance-attributes
class LibfuzzerHook(interface.Hook):
"""Merges inputs after a fuzzer run."""
DESCRIPTION = "Merges inputs after a fuzzer run"