ansible-collections / amazon.cloud

Ansible Collection for Amazon AWS' Cloud Control API
GNU General Public License v3.0
12 stars 11 forks source link

Black reformat of files #70

Closed GomathiselviS closed 1 year ago

GomathiselviS commented 1 year ago
SUMMARY

This is needed to make the linters workflow to pass in #67

ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
softwarefactory-project-zuul[bot] commented 1 year ago

Build failed. https://ansible.softwarefactory-project.io/zuul/buildset/62ca7a1f563140309f262f3a20835da1

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 53s :heavy_check_mark: build-ansible-collection SUCCESS in 9m 53s :x: ansible-test-sanity-docker-devel FAILURE in 9m 58s (non-voting) :heavy_check_mark: ansible-test-sanity-docker-milestone SUCCESS in 8m 57s (non-voting) :x: ansible-test-sanity-docker-stable-2.11 FAILURE in 11m 10s :x: ansible-test-sanity-docker-stable-2.12 FAILURE in 10m 16s :x: ansible-test-sanity-docker-stable-2.13 FAILURE in 9m 55s :heavy_check_mark: ansible-test-sanity-docker-stable-2.14 SUCCESS in 7m 18s

gravesm commented 1 year ago

Can we make sure there is also a PR in the content builder collection to update the module template? Otherwise this will be broken again the next time we generate the collection.

GomathiselviS commented 1 year ago

Can we make sure there is also a PR in the content builder collection to update the module template? Otherwise this will be broken again the next time we generate the collection.

The content_builder tool takes care of formatting using black here. But it uses a fixed version of black, I shall check with the networking if we can remove the version.