Skip to content

Commit 496f21a

Browse files
committed
chore: replace pre-commit with prek in Makefile and remove debug print statement in queue.py
1 parent ddd3836 commit 496f21a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL := help
22

33
install: ## Install dependencies and `ruff` pre-commit hooks
4-
pre-commit install
4+
prek install
55
uv sync --extra dev
66

77
build: ## Build the package

pgmq_sqlalchemy/queue.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ async def _set_vt_async(
844844
)
845845
).fetchone()
846846
await session.commit()
847-
print("row", row)
848847
if row is None:
849848
return None
850849
return Message(

0 commit comments

Comments
 (0)