1[egg_info]
2tag_build =
3tag_date = 0
4
5[tool:pytest]
6addopts = --tb native -v -r fxX
7python_files = test/*test_*.py
8
9[upload]
10sign = 1
11identity = C4DAFEE1
12
13[flake8]
14enable-extensions = G
15ignore =
16	A003,
17	D,
18	E203,E305,E711,E712,E721,E722,E741,
19	N801,N802,N806,
20	RST304,RST303,RST299,RST399,
21	W503,W504
22exclude = .venv,.git,.tox,dist,docs/*,*egg,build
23import-order-style = google
24application-import-names = mako,test
25
26