Add pytest-yapf3

This commit is contained in:
Florian Friesdorf 2021-10-21 12:06:55 +02:00
parent 03e82a91ad
commit 2f05cae883

View File

@ -83,9 +83,11 @@ dev =
pytest-flake8
pytest-mypy
pytest-pylint
pytest-yapf3
sphinx
sphinx-autodoc-typehints
sphinx-rtd-theme
yapf
[options.packages.find]
where = src
@ -158,6 +160,7 @@ addopts =
--flake8
--mypy
--pylint
--yapf
--cov=src
--cov-branch
--cov-report=html