sprockets.mixins.http/setup.cfg

24 lines
391 B
INI
Raw Normal View History

2017-04-26 21:56:21 +00:00
[bdist_wheel]
universal = 1
2020-11-25 17:06:36 +00:00
[coverage:report]
2022-03-07 22:28:19 +00:00
show_missing = True
include =
sprockets/*
[coverage:run]
branch = True
command_line = -m unittest discover tests --buffer --verbose
2020-11-25 17:06:36 +00:00
[flake8]
2019-04-01 15:39:13 +00:00
application-import-names=sprockets.mixins.http
2019-04-01 20:59:28 +00:00
exclude=build,env
2019-04-01 15:39:13 +00:00
ignore=RST304
import-order-style=google
2017-04-26 21:56:21 +00:00
[upload_docs]
2022-03-07 22:27:18 +00:00
upload_dir = build/sphinx/html
[yapf]
allow_split_before_dict_value = False