Skip to content

Commit 5b8126d

Browse files
committed
🧪 Add/switch tests to just tasks
1 parent fcae572 commit 5b8126d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎ctt.toml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ _extra_tasks = [
55
"uv run just init",
66
"uv run just lint",
77
"uv run just test",
8-
"uv run pre-commit run --all-files",
9-
"uv sync --resolution lowest-direct; uv run --no-sync pytest",
10-
"uv sync --resolution highest",
8+
"uv run just test-lowest 3.10",
119
"uv run just build-docs",
1210

1311
"uvx --with sp-repo-review[cli] repo-review . --ignore PY007,RTD,PC191 --show errskip",
@@ -16,7 +14,11 @@ _extra_tasks = [
1614
# PC191 : Ruff show fixes if fixes enabled : false-positive on ruff-isort
1715
# RTD : ReadTheDocs : checked in the no_cli section
1816

19-
"uv tree --outdated --depth 1 --color always -q | grep latest --color=never || true",
17+
# test just tasks
18+
"uv run just format",
19+
20+
# show outdated deps
21+
"uv run just list-outdated-deps || true",
2022
]
2123
user_name = "Marty McFly"
2224
user_email = "[email protected]"

0 commit comments

Comments
 (0)