File size: 262 Bytes
ab5e3f7
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
install-for-tests:
	@echo "--- Installing dependencies for tests ---"
	uv sync --group dev --group pr-comment

test:
	@echo "--- Running tests ---"
	uv run --no-sync pytest

pre-push:
	@echo "--- Running pre-push commands ---"
	python reduce_large_json_files.py