Skip to content

Commit

Permalink
Update rough command in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Aug 13, 2024
1 parent 2431ba5 commit 40a0cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ commands =
[testenv:ruff]
skip_install = true
deps = ruff
commands = ruff check {posargs:--show-source .}
commands = ruff check {posargs:--output-format=full .}

0 comments on commit 40a0cec

Please sign in to comment.