File size: 505 Bytes
3d99d06
7ed5f43
3d99d06
 
7ed5f43
 
936cd0c
7ed5f43
 
c81d415
 
 
 
73fd2fd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
install:
	@echo "--- 🚀 Installing project dependencies ---"
	uv sync

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


lint:
	@echo "--- 🧹 Running linters ---"
	ruff format . 			# running ruff formatting
	ruff check . --fix  	# running ruff linting

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

update-descriptive-statistics:
	@echo "--- 🚀 Recomputing Descriptive statistics ---"
	uv run scripts/update_descriptive_statistics.py