1[tool:pytest]
2python_files = test*.py
3addopts = --tb=native -p no:doctest
4norecursedirs = bin dist docs htmlcov hooks node_modules .* {args}
5
6[flake8]
7ignore = F999,E501,E128,E124,E402,W503,E731,F841
8max-line-length = 100
9exclude = .tox,.git,docs
10
11[wheel]
12universal = 1
13
14[egg_info]
15tag_build =
16tag_date = 0
17
18