/
niceSOFT
/
python3-attrs
Обзор
Документация
Войти
/
niceSOFT
/
python3-attrs
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
17.4.0
setup.cfg
26 строк
356 B
Hynek Schlawack
Use isort so we can stop thinking about imports (#297)
27 ноя 2017, 00:18
Не верифицирован
27 ноя 2017, 00:18
ef9a062
Код
Авторство
О чём код?
[bdist_wheel] universal = 1 [metadata] # ensure LICENSE is included in wheel metadata license_file = LICENSE [tool:pytest] minversion = 3.0 strict = true addopts = -ra testpaths = tests filterwarnings = once::Warning [isort] atomic=true lines_after_imports=2 lines_between_types=1 multi_line_output=5 not_skip=__init__.py known_first_party=attr