b541c5ef99
Executes all linters via pre-commit, which is much faster, guarantees their version locking and allows upgrading them with a single command. Before this change the only linter running via pre-commit was ansible-lint. Now we also run bashate, flake8 and yamllint via pre-commit. For developer convenience we still keep the old tox environments which allow running a single linter. Added long_description_content_type to fix twine check failure Change-Id: I037eae61921b2a84aa99838804f70e96ee8d8b13
24 lines
357 B
YAML
24 lines
357 B
YAML
---
|
|
galaxy_info:
|
|
author: Steve Baker
|
|
description: Modify container images built for TripleO
|
|
company: Red Hat
|
|
license: Apache 2.0
|
|
min_ansible_version: 2.4
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
|
|
galaxy_tags:
|
|
- docker
|
|
- buildah
|
|
- container
|
|
- openstack
|
|
- tripleo
|
|
- packaging
|
|
- system
|
|
|
|
dependencies: []
|