We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709420f commit 29403bdCopy full SHA for 29403bd
1 file changed
Justfile
@@ -45,18 +45,17 @@ test-unit:
45
test-integration:
46
uv run pytest -m integration
47
48
-validate-schemas:
49
- uv run pytest -m schema
50
-
51
# Build & Package
52
build: sync
53
uv build
54
55
clean-build:
56
- rm -rf dist/ build/ *.egg-info
+ rm -rf dist/ build/ src/*.egg-info
57
58
rebuild: clean-build build
59
60
# CI workflow (matches CI steps)
61
ci: sync type-check lint-check format-check test
62
@echo "CI checks passed"
+
+import? 'local.just'
0 commit comments