2018-12-19 10:19:07 +00:00
|
|
|
[metadata]
|
|
|
|
description-file = README.md
|
|
|
|
license_file = LICENSE
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
|
2019-03-27 16:00:38 +00:00
|
|
|
[isort]
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
known_first_party = ansiblelater
|
|
|
|
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
2019-04-10 14:09:37 +00:00
|
|
|
force_single_line = true
|
2019-10-15 22:37:39 +00:00
|
|
|
line_length = 110
|
2020-02-03 23:03:26 +00:00
|
|
|
skip_glob = **/.env/*,**/docs/*
|
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
|