File size: 229 Bytes
3d99d06
7ed5f43
3d99d06
 
7ed5f43
 
7b54871
7ed5f43
3d99d06
7ed5f43
3d99d06
7ed5f43
1
2
3
4
5
6
7
8
9
10
11
12
13
install:
	@echo "--- 🚀 Installing project dependencies ---"
	uv sync

test:
	@echo "--- 🧪 Running tests ---"
	uv run pytest tests/

bump-version:
	@echo "--- 🚀 Bumping patch version ---"
	uv run scripts/bump_version.py