2018-12-19 10:19:07 +00:00
|
|
|
[metadata]
|
|
|
|
description-file = README.md
|
|
|
|
license_file = LICENSE
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[flake8]
|
2019-03-22 09:29:06 +00:00
|
|
|
ignore = E501, W503, F401, N813
|
2018-12-19 10:19:07 +00:00
|
|
|
max-line-length = 100
|
2019-03-27 16:00:38 +00:00
|
|
|
inline-quotes = double
|
2019-03-22 09:29:06 +00:00
|
|
|
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs
|
2019-03-27 16:00:38 +00:00
|
|
|
application-import-names = ansiblelater
|
|
|
|
format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
known_first_party = ansiblelater
|
|
|
|
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
2019-03-22 09:29:06 +00:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
filterwarnings =
|
2019-03-27 16:00:38 +00:00
|
|
|
ignore::FutureWarning
|
2019-03-22 09:29:06 +00:00
|
|
|
ignore:.*collections.*:DeprecationWarning
|
2019-03-27 16:00:38 +00:00
|
|
|
ignore:.*pep8.*:FutureWarning
|