1[metadata]
2description-file = README.md
3
4[flake8]
5ignore = F812,H101,H202,H233,H301,H306,H401,H403,H404,H405,H501,D401,E501,F401
6exclude = .tox
7max-complexity = 10
8
9[egg_info]
10tag_build =
11tag_date = 0
12
13