-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (24 loc) · 718 Bytes
/
Copy pathsetup.cfg
File metadata and controls
27 lines (24 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = pinakes
author = Ansible, Inc.
author-email = info@ansible.com
summary = "Automation Services Catalog adds governance to Job Templates and Workflows"
home-page = https://github.com/ansible/pinakes
description-file = README.md
license_file = LICENSE.md
[files]
packages =
pinakes
[pbr]
warnerrors = True
[flake8]
show-source = True
# E123, E125 skipped as they are invalid PEP-8.
# Non-PEP8 compilant errors:
# - E123: Closing bracket does not match indentation of opening bracket's line
# - E125: Continuation line with same indent as next logical line
# - W503: Line break before binary operator
# Temporarily disabled:
# - E501: Line too long
ignore = E123,E125,W503
exclude = .git,.tox