1[pytest]
2norecursedirs=dist build .tox .eggs
3addopts=--doctest-modules --flake8
4doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5filterwarnings=
6	ignore:Possible nested set::pycodestyle:113
7	ignore:Using or importing the ABCs::flake8:410
8	# workaround for https://sourceforge.net/p/docutils/bugs/348/
9	ignore:'U' mode is deprecated::docutils.io
10