Skip to content

Commit ad84306

Browse files
committed
Don’t configure pytest to run black or isort
Signed-off-by: Nils Philippsen <nils@redhat.com>
1 parent aa45c55 commit ad84306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ client = ["httpx"]
109109
duffy = "duffy.cli:cli"
110110

111111
[tool.pytest.ini_options]
112-
addopts = "--black --cov-config .coveragerc --cov=duffy --cov-report term --cov-report xml --cov-report html --isort"
112+
addopts = "--cov-config .coveragerc --cov=duffy --cov-report term --cov-report xml --cov-report html"
113113
asyncio_mode = "auto"
114114
asyncio_default_fixture_loop_scope = "function"
115115
log_format = "%(levelname)s: %(asctime)s %(short_request_id_optional)s(%(filename)s:%(lineno)s %(message)s)"

0 commit comments

Comments
 (0)