# Code style
style:
	ya style .

# Build
build:
	ya make --yt-store

# Run
run:
	./bin/billing-faas-build-python-task run -v -o BILLING-CI --create-only --enable-taskbox --type BILLING_FAAS_BUILD_PYTHON_TASK '{"custom_fields":[{"name": "functions", "value": "insert"}, {"name": "peerdirs", "value": "\"billing/hot/calculator/calculator\""}, {"name": "revision", "value": "8689402"}, {"name": "instance", "value": "default"}, {"name": "binary_executor_release_type", "value": "custom"}]}'
