From 46f349d1d54a754549879a13008bd27637255df9 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 7 Dec 2025 20:33:39 +0000 Subject: [PATCH 1/2] Bump rumdl-pre-commit from v0.0.170 to v0.0.190 --- .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 2552740..c4c0403 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.0.170 + rev: v0.0.190 hooks: - id: rumdl args: [--fix] From 659cb69229c48ecc710733981c0953dcf63afdb8 Mon Sep 17 00:00:00 2001 From: Kattni Date: Sun, 7 Dec 2025 17:38:14 -0500 Subject: [PATCH 2/2] rumdl fixes. --- .rumdl.toml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.rumdl.toml b/.rumdl.toml index 5f2b24f..2dd664e 100644 --- a/.rumdl.toml +++ b/.rumdl.toml @@ -10,6 +10,7 @@ disable = ["MD014",] [per-file-ignores] "docs/en/how-to/style-guide.md" = ["MD041"] +"docs/en/SUMMARY.md" = ["MD041"] [MD026] # Remove punctuation at the end of headings punctuation = ",;:" diff --git a/README.md b/README.md index cbfefe8..6b997ad 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ BeeWare is a collection of tools and libraries for building and distributing native applications in Python. -You can view this tutorial [here](https://tutorial.beeware.org/). +To begin, [click here to view the tutorial](https://tutorial.beeware.org/). ## Community