ansible-later/setup.cfg

20 lines
403 B
INI
Raw Normal View History

2018-12-19 11:19:07 +01:00
[metadata]
description-file = README.md
license_file = LICENSE
[bdist_wheel]
universal = 1
[isort]
default_section = THIRDPARTY
known_first_party = ansiblelater
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
force_single_line = true
line_length = 100
2019-03-22 10:29:06 +01:00
[tool:pytest]
filterwarnings =
ignore::FutureWarning
2019-03-22 10:29:06 +01:00
ignore:.*collections.*:DeprecationWarning
ignore:.*pep8.*:FutureWarning