Skip to content

Commit

Permalink
reformat code before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Rialland committed Jun 23, 2023
1 parent 926908c commit c351849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pip install poetry


#some checks
poetry run black astar # reformat code
poetry run mypy astar # check types
poetry run pytest # unit tests

Expand All @@ -38,4 +39,4 @@ rm ./dist -rf
poetry build
poetry run twine upload dist/*.whl

popd
popd

0 comments on commit c351849

Please sign in to comment.