51160038a5
- upgrade linters - enable black formatting so we don't waste time making flake8 happy - all the .py files modified by this patch were modified by black itself Change-Id: I947cf8934a57ad519242757c777b23155fcbe7f4
43 lines
1.2 KiB
INI
43 lines
1.2 KiB
INI
[metadata]
|
|
name = ansible-role-collect-logs
|
|
summary = ansible-role-collect-logs - An Ansible role for aggregating logs from different nodes.
|
|
description-file =
|
|
README.rst
|
|
author = TripleO Team
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://opendev.org/openstack/ansible-role-collect-logs
|
|
classifier =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
Topic :: Utilities
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
# Allows us to install the role using pip so Ansible can find it.
|
|
data_files =
|
|
share/ansible/roles/collect-logs = roles/collect_logs/*
|
|
share/ansible/roles/collect-logs/library = plugins/modules/*
|
|
share/ansible/roles/collect-logs/module_utils = plugins/module_utils/*
|
|
share/ansible/roles/collect-logs/docs = docs/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|
|
|
|
[flake8]
|
|
# black compatible settings
|
|
# https://black.readthedocs.io/en/stable/the_black_code_style.html
|
|
max-line-length = 88
|
|
extend-ignore = E203,E501,W503
|
|
show-source = True
|
|
builtins = _
|