SERVER-68593 Disable low value python warnings
This commit is contained in:
committed by
Evergreen Agent
parent
d4d4a26801
commit
97ac02fa50
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user