ansible-doctor/setup.cfg

21 lines
435 B
INI
Raw Normal View History

2019-10-07 08:52:00 +02:00
[metadata]
description-file = README.md
license_file = LICENSE
[bdist_wheel]
universal = 1
[isort]
default_section = THIRDPARTY
known_first_party = ansibledoctor
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
force_single_line = true
2020-02-17 23:51:17 +01:00
line_length = 110
2020-02-17 23:54:55 +01:00
skip_glob = **/env/*,**/docs/*
2019-10-07 08:52:00 +02:00
[tool:pytest]
filterwarnings =
ignore::FutureWarning
ignore:.*collections.*:DeprecationWarning
ignore:.*pep8.*:FutureWarning