-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from narumiruna/uv
migrate to uv
- Loading branch information
Showing
9 changed files
with
401 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
install: | ||
poetry install | ||
|
||
lint: | ||
poetry run ruff check . | ||
uv run ruff check . | ||
|
||
type: | ||
uv run mypy --install-types --non-interactive . | ||
|
||
test: | ||
poetry run pytest -v -s --cov=mlconfig tests | ||
uv run pytest -v -s --cov=src tests | ||
|
||
publish: | ||
poetry build -f wheel | ||
poetry publish | ||
uv build --wheel | ||
uv publish | ||
|
||
.PHONY: lint test publish |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.