Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
3 changes: 1 addition & 2 deletions docs/en/tutorial/tutorial-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading