Skip to content

Commit

Permalink
Change Tox format to use ruff format command.
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed Apr 3, 2024
1 parent a62e437 commit 44038c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ skip_install = True
deps =
ruff
commands =
ruff check {posargs:--fix --diff src tests}
ruff format {posargs:--diff src tests}

[testenv:lint]
skip_install = True
Expand Down

0 comments on commit 44038c8

Please sign in to comment.