Skip to content

Commit e66e91d

Browse files
committed
V6.0.3
1 parent fab25be commit e66e91d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dev = [
6060
[tool.poe.tasks]
6161
linter.shell = "uv run ruff check --fix . && uv run ruff format ."
6262
profile = "uv run python -m cProfile -o cprofile_unit.prof -m pytest --no-cov"
63-
tests = "uv run pytest"
63+
tests.sequence = ["linter", {shell = "uv run pytest"}]
6464
updatedev.sequence = ["linter", {shell = "uv lock --upgrade && uv sync --all-extras --group dev"}]
6565
build.sequence = ["updatedev", "tests", {shell = "uv build --wheel"}]
6666

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)