We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd3836 commit a8699bbCopy full SHA for a8699bb
2 files changed
Makefile
@@ -1,7 +1,7 @@
1
.DEFAULT_GOAL := help
2
3
install: ## Install dependencies and `ruff` pre-commit hooks
4
- pre-commit install
+ prek install
5
uv sync --extra dev
6
7
build: ## Build the package
pgmq_sqlalchemy/queue.py
@@ -844,7 +844,6 @@ async def _set_vt_async(
844
)
845
).fetchone()
846
await session.commit()
847
- print("row", row)
848
if row is None:
849
return None
850
return Message(
0 commit comments