Skip to content

Commit

Permalink
Add some recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jan 30, 2025
1 parent cd66d9b commit 18bc012
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ bump-dry part='patch':

push:
git push && git push --tags

types:
uv run tox -e types

lint:
uv run ruff check

format:
uv run ruff format --diff

0 comments on commit 18bc012

Please sign in to comment.