Skip to content

Commit

Permalink
chore: just compile task
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Nov 1, 2024
1 parent d3c23bc commit c0c4ea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parser_pyx := "streaming_form_data/_parser.pyx"
annotate:
poetry run cython --annotate {{parser_pyx}} --output build/annotation.html

compile:
poetry run cython {{parser_pyx}}

# lint

lint: lint-ruff lint-mypy
Expand Down

0 comments on commit c0c4ea0

Please sign in to comment.