Codebase list python-hpack / fresh-snapshots/main setup.cfg
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

setup.cfg @fresh-snapshots/mainraw · history · blame

[tool:pytest]
testpaths = test

[coverage:run]
branch = True
source = hpack

[coverage:report]
fail_under = 100
show_missing = True
exclude_lines = 
	pragma: no cover

[coverage:paths]
source = 
	src
	.tox/*/site-packages

[flake8]
max-complexity = 10
exclude = 
	hpack/huffman_constants.py

[egg_info]
tag_build = 
tag_date = 0