Skip to content

Commit fade12e

Browse files
Bump rumdl-pre-commit from v0.1.9 to v0.1.33 (#60)
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent d76288b commit fade12e

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
exclude: "locales"
1111
- id: trailing-whitespace
1212
- repo: https://github.com/rvben/rumdl-pre-commit
13-
rev: v0.1.9
13+
rev: v0.1.33
1414
hooks:
1515
- id: rumdl
1616
args: []

docs/en/tutorial/tutorial-3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ Removing unneeded app bundle content... done
7676

7777
If you receive an error that reads something like:
7878

79-
> The version of Python being used to run Briefcase (3.12) is not the
80-
> system python3 (3.10).
79+
> The version of Python being used to run Briefcase (3.12) is not the system python3 (3.10).
8180
8281
You will need to recreate your virtual environment using the system `python3`. Using the system Python is a requirement for packaging your application.
8382

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ passenv =
1212
DEEPL_API_KEY
1313
dependency_groups = docs
1414
commands:
15-
!translate-!lint-!en-!de-!es-!fr-!it-!pt-!zh_CN-!zh_TW-!all-!live : build_md_translations {posargs} en
15+
!translate-!lint-!en-!de-!es-!fr-!it-!pt-!zh_CN-!zh_TW-!all-!serve-!live : build_md_translations {posargs} en
1616
translate : build_pot_translations
1717
translate : build_po_translations de es fr it pt zh_CN zh_TW
1818
translate : update_machine_translations --soft-fail de es fr it pt zh_CN zh_TW

0 commit comments

Comments
 (0)