From c21eb70ff584721ca899ff46701cdf0e409773bf Mon Sep 17 00:00:00 2001 From: ila Date: Sat, 8 Aug 2026 09:01:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=20Windows=20Python?= =?UTF-8?q?=20=E8=AF=AD=E6=B3=95=E6=A3=80=E6=9F=A5=E5=91=BD=E4=BB=A4=20(#2?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Local-Development-and-Verification.-.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Local-Development-and-Verification.-.md b/Local-Development-and-Verification.-.md index 0f0e2a3..973db39 100644 --- a/Local-Development-and-Verification.-.md +++ b/Local-Development-and-Verification.-.md @@ -47,7 +47,7 @@ ## 常用调试方式 -- 只检查 Python 语法:`python -m py_compile scripts/*.py`。 +- 只检查 Python 语法:`python -m compileall -q scripts tests`。 - 查看一个脚本帮助:`python scripts/sync_wiki_docs.py --help`。 - 查看未提交差异:`git diff --check` 和 `git diff`。 - 查看最近提交:`git log -5 --oneline`。