We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa45c55 commit ad84306Copy full SHA for ad84306
pyproject.toml
@@ -109,7 +109,7 @@ client = ["httpx"]
109
duffy = "duffy.cli:cli"
110
111
[tool.pytest.ini_options]
112
-addopts = "--black --cov-config .coveragerc --cov=duffy --cov-report term --cov-report xml --cov-report html --isort"
+addopts = "--cov-config .coveragerc --cov=duffy --cov-report term --cov-report xml --cov-report html"
113
asyncio_mode = "auto"
114
asyncio_default_fixture_loop_scope = "function"
115
log_format = "%(levelname)s: %(asctime)s %(short_request_id_optional)s(%(filename)s:%(lineno)s %(message)s)"
0 commit comments