diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/control.py b/coverage/control.py index 69db200b..71b56a44 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -112,7 +112,7 @@ class Coverage(TConfigurable): else: return None - def __init__( + def __init__( # pylint: disable=too-many-arguments self, data_file=DEFAULT_DATAFILE, data_suffix=None, @@ -130,7 +130,7 @@ class Coverage(TConfigurable): check_preimported=False, context=None, messages=False, - ) -> None: # pylint: disable=too-many-arguments + ) -> None: """ Many of these arguments duplicate and override values that can be provided in a configuration file. Parameters that are missing here |