/
niceSOFT
/
python3-attrs
Обзор
Документация
Войти
/
niceSOFT
/
python3-attrs
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
19.3.0
setup.cfg
31 строка
504 B
Hynek Schlawack
Add explicit isort arguments from black's docs
26 ноя 2018, 19:51
26 ноя 2018, 19:51
6a3458f
Код
Авторство
О чём код?
[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 ignore:::pympler[.*] [isort] atomic=true force_grid_wrap=0 include_trailing_comma=true lines_after_imports=2 lines_between_types=1 multi_line_output=3 not_skip=__init__.py use_parentheses=true known_first_party=attr known_third_party=hypothesis,pytest,setuptools,six,zope