Update pyproject.toml

This commit is contained in:
Patrick Kanzler 2023-08-14 03:05:22 +02:00 committed by GitHub
parent 882e5c21e3
commit d74dee36fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,6 @@ extend-exclude = 'capabilities-data'
[tool.isort] [tool.isort]
profile = "black" profile = "black"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = --doctest-modules