Skip to content

Commit 505de52

Browse files
committed
lint
1 parent 5df203b commit 505de52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release_tester/arangodb/installers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class InstallerConfig:
5959
"""stores the baseline of this environment"""
6060

6161
# 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
6363
def __init__(
6464
self,
6565
version: str,

release_tester/mixed_download_upgrade_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
class DownloadDummy:
3232
"""mimic download class interface for source directory"""
3333

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
3535
def __init__(
3636
self,
3737
bc: InstallerBaseConfig,
@@ -65,7 +65,7 @@ def __init__(
6565
self.inst = make_installer(self.cfg)
6666

6767

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
6969
def upgrade_package_test(
7070
bc: InstallerBaseConfig,
7171
bcs: InstallerBaseConfig,

0 commit comments

Comments
 (0)