File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class InstallerConfig:
59
59
"""stores the baseline of this environment"""
60
60
61
61
# pylint: disable=too-many-arguments disable=too-many-instance-attributes
62
- # pylint: disable=too-many-locals disable=too-many-statements
62
+ # pylint: disable=too-many-locals disable=too-many-statements disable=invalid-name
63
63
def __init__ (
64
64
self ,
65
65
version : str ,
Original file line number Diff line number Diff line change 31
31
class DownloadDummy :
32
32
"""mimic download class interface for source directory"""
33
33
34
- # pylint: disable=too-many-arguments disable=too-many-instance-attributes disable=unused-argument disable=too-few-public-methods
34
+ # pylint: disable=too-many-arguments disable=too-many-instance-attributes disable=unused-argument disable=too-few-public-methods disable=invalid-name
35
35
def __init__ (
36
36
self ,
37
37
bc : InstallerBaseConfig ,
@@ -65,7 +65,7 @@ def __init__(
65
65
self .inst = make_installer (self .cfg )
66
66
67
67
68
- # pylint: disable=too-many-arguments disable=too-many-locals disable=too-many-branches, disable=too-many-statements
68
+ # pylint: disable=too-many-arguments disable=too-many-locals disable=too-many-branches, disable=too-many-statements disable=invalid-name
69
69
def upgrade_package_test (
70
70
bc : InstallerBaseConfig ,
71
71
bcs : InstallerBaseConfig ,
You can’t perform that action at this time.
0 commit comments