Skip to content

Commit

Permalink
Fix tox (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Jan 2, 2025
1 parent 299aaba commit e7556fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ devenv:

# Run tests and linting
test *args: devenv
tox {{args}}
uv run tox {{args}}

# Format files
format: devenv
Expand Down

0 comments on commit e7556fc

Please sign in to comment.