From a0def4b1237acd0aecf734fe7b04aba5cb76ad7c Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 1 Mar 2026 20:46:29 +0000 Subject: [PATCH 1/3] Bump rumdl-pre-commit from v0.1.9 to v0.1.33 --- .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 9c0879e2..06161aeb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: exclude: "locales" - id: trailing-whitespace - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.9 + rev: v0.1.33 hooks: - id: rumdl args: [] From 5eead15aca99a98c16da73faa4f225888710a2c1 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 2 Mar 2026 10:50:07 +0800 Subject: [PATCH 2/3] Reflow quoted content. --- docs/en/tutorial/tutorial-3.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/tutorial/tutorial-3.md b/docs/en/tutorial/tutorial-3.md index 98fb5c6f..b357c7e2 100644 --- a/docs/en/tutorial/tutorial-3.md +++ b/docs/en/tutorial/tutorial-3.md @@ -76,8 +76,7 @@ Removing unneeded app bundle content... done If you receive an error that reads something like: -> The version of Python being used to run Briefcase (3.12) is not the -> system python3 (3.10). +> The version of Python being used to run Briefcase (3.12) is not the system python3 (3.10). You will need to recreate your virtual environment using the system `python3`. Using the system Python is a requirement for packaging your application. From 77a4126032f81f2680c434192aaf654d36c1b5c8 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 2 Mar 2026 12:32:18 +0800 Subject: [PATCH 3/3] Don't build site on serve. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1286840b..dbdd04bf 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ passenv = DEEPL_API_KEY dependency_groups = docs commands: - !translate-!lint-!en-!de-!es-!fr-!it-!pt-!zh_CN-!zh_TW-!all-!live : build_md_translations {posargs} en + !translate-!lint-!en-!de-!es-!fr-!it-!pt-!zh_CN-!zh_TW-!all-!serve-!live : build_md_translations {posargs} en translate : build_pot_translations translate : build_po_translations de es fr it pt zh_CN zh_TW translate : update_machine_translations --soft-fail de es fr it pt zh_CN zh_TW