Skip to content

Commit c8b2011

Browse files
committed
QA: Drop --format argument from ruff.
1 parent fc12d7d commit c8b2011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commands =
2020
python -m build --no-isolation
2121
python -m twine check dist/*
2222
isort --check .
23-
ruff --format=github .
23+
ruff .
2424
codespell .
2525
deps =
2626
check-manifest

0 commit comments

Comments
 (0)