Codebase list python-hpack / f32ef837-b2c7-4122-a38f-ff728533d719/main setup.cfg
f32ef837-b2c7-4122-a38f-ff728533d719/main

Tree @f32ef837-b2c7-4122-a38f-ff728533d719/main (Download .tar.gz)

setup.cfg @f32ef837-b2c7-4122-a38f-ff728533d719/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