mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-09 10:41:31 -07:00
Upgrade pylint to version 2.1.1. (#47036)
* Fix issues reported by the latest pylint. * Split pylint runs into more contexts. * Upgrade pylint.
This commit is contained in:
parent
9ddceaf78d
commit
76bf861308
8 changed files with 76 additions and 23 deletions
|
@ -117,7 +117,7 @@ class AnsibleCoreCI(object):
|
|||
region = 'us-east-1'
|
||||
|
||||
self.path = "%s-%s" % (self.path, region)
|
||||
self.endpoints = AWS_ENDPOINTS[region],
|
||||
self.endpoints = (AWS_ENDPOINTS[region],)
|
||||
self.ssh_key = SshKey(args)
|
||||
|
||||
if self.platform == 'windows':
|
||||
|
@ -192,7 +192,7 @@ class AnsibleCoreCI(object):
|
|||
if self.started:
|
||||
display.info('Skipping started %s/%s instance %s.' % (self.platform, self.version, self.instance_id),
|
||||
verbosity=1)
|
||||
return
|
||||
return None
|
||||
|
||||
if is_shippable():
|
||||
return self.start_shippable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue