From 649533cb172ac98b8c8a8c2aca81ec1b9b9d7e96 Mon Sep 17 00:00:00 2001 From: deng Date: Thu, 18 Jun 2026 09:29:56 +0800 Subject: [PATCH] mod arg --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25978b0..4a620f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: pytest name: pytest - entry: uv run pytest tests/ -v + entry: uv run pytest tests/ -vs language: system pass_filenames: false stages: [pre-push] \ No newline at end of file