Skip to content

Commit

Permalink
tox: use ruff preview for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Feb 19, 2024
1 parent 7735552 commit 234eb36
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 @@ -7,6 +7,6 @@ deps =
mypy==1.8.0
commands =
ruff check --preview
ruff format --check
ruff format --preview --check
mypy .
swarm --help

0 comments on commit 234eb36

Please sign in to comment.