2020-03-01 17:42:29 +00:00
|
|
|
[metadata]
|
|
|
|
description-file = README.md
|
|
|
|
license_file = LICENSE
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
known_first_party = dockertidy
|
|
|
|
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
|
|
|
force_single_line = true
|
2020-03-05 22:51:21 +00:00
|
|
|
line_length = 99
|
2020-03-01 17:42:29 +00:00
|
|
|
skip_glob = **/env/*,**/docs/*
|
|
|
|
|
2020-03-05 22:51:21 +00:00
|
|
|
[yapf]
|
|
|
|
based_on_style = google
|
|
|
|
column_limit = 99
|
|
|
|
dedent_closing_brackets = true
|
|
|
|
coalesce_brackets = true
|
|
|
|
split_before_logical_operator = true
|
|
|
|
|
2020-03-01 17:42:29 +00:00
|
|
|
[tool:pytest]
|
|
|
|
filterwarnings =
|
|
|
|
ignore::FutureWarning
|
|
|
|
ignore:.*collections.*:DeprecationWarning
|
|
|
|
ignore:.*pep8.*:FutureWarning
|