1[tool:pytest]
2addopts = --cov=pglast --cov-report term-missing
3
4[coverage:report]
5skip_covered = True
6
7[flake8]
8max-line-length = 95
9
10[egg_info]
11tag_build =
12tag_date = 0
13
14