setup.cfg (300B)
1 [tool:pytest] 2 testpaths = test 3 4 [coverage:run] 5 branch = True 6 source = hpack 7 8 [coverage:report] 9 fail_under = 100 10 show_missing = True 11 exclude_lines = 12 pragma: no cover 13 14 [coverage:paths] 15 source = 16 src 17 .tox/*/site-packages 18 19 [flake8] 20 max-complexity = 10 21 exclude = 22 hpack/huffman_constants.py