1[pytest]
2norecursedirs=dist build .tox .eggs
3addopts=--doctest-modules --flake8 --black --cov
4doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5filterwarnings=
6    # https://github.com/pytest-dev/pytest/issues/6928
7    ignore:direct construction of .*Item has been deprecated:DeprecationWarning
8