-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
264 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
install: | ||
poetry install | ||
uv sync | ||
|
||
run: | ||
uv run hexlet-python-package | ||
|
||
test: | ||
poetry run pytest | ||
uv run pytest | ||
|
||
test-coverage: | ||
poetry run pytest --cov=hexlet_python_package --cov-report xml | ||
uv run pytest --cov=hexlet_python_package --cov-report xml | ||
|
||
lint: | ||
poetry run flake8 hexlet_python_package | ||
uv run ruff check | ||
|
||
selfcheck: | ||
poetry check | ||
check: test lint | ||
|
||
check: selfcheck test lint | ||
|
||
build: check | ||
poetry build | ||
build: | ||
uv build | ||
|
||
.PHONY: install test lint selfcheck check build |
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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.