bump project deps, inline-snapshot config, add templates

This commit is contained in:
grillazz
2025-06-07 09:34:20 +02:00
parent 241f1c7ca3
commit 7623d0e7df
7 changed files with 266 additions and 133 deletions

View File

@@ -31,7 +31,7 @@ docker-test: ## Run project tests
.PHONY: docker-test-snapshot
docker-test-snapshot: ## Run project tests with inline snapshot
docker compose -f compose.yml -f test-compose.yml run --rm app pytest --inline-snapshot=create
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests --inline-snapshot=fix
.PHONY: safety
safety: ## Check project and dependencies with safety https://github.com/pyupio/safety