From b31ef962e1a0a368f067b18bace3071bab60a20d Mon Sep 17 00:00:00 2001 From: ila Date: Sat, 8 Aug 2026 09:18:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=20dev=5Fscripts=20?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=A3=80=E6=9F=A5=E5=91=BD=E4=BB=A4=20(#3)?= 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 7289e19..e679eea 100644 --- a/Local-Development-and-Verification.-.md +++ b/Local-Development-and-Verification.-.md @@ -47,7 +47,7 @@ ## 常用调试方式 -- 只检查 Python 语法:`python -m compileall -q scripts tests`。 +- 只检查 Python 语法:`python -m compileall -q dev_scripts tests`。 - 查看一个脚本帮助:`python dev_scripts/sync_wiki_docs.py --help`。 - 查看未提交差异:`git diff --check` 和 `git diff`。 - 查看最近提交:`git log -5 --oneline`。