mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-04 20:10:40 +00:00
21 lines
432 B
INI
21 lines
432 B
INI
|
[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
|
||
|
line_length = 110
|
||
|
skip_glob = **/env/*,**/docs/*
|
||
|
|
||
|
[tool:pytest]
|
||
|
filterwarnings =
|
||
|
ignore::FutureWarning
|
||
|
ignore:.*collections.*:DeprecationWarning
|
||
|
ignore:.*pep8.*:FutureWarning
|