Skip to content

Commit 91d883d

Browse files
brutusthebeekattni
andauthored
Bump rumdl-pre-commit from v0.0.170 to v0.0.190 (#40)
Co-authored-by: Kattni <kattni@kattni.com>
1 parent b9b4bd9 commit 91d883d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.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.0.170
13+
rev: v0.0.190
1414
hooks:
1515
- id: rumdl
1616
args: [--fix]

.rumdl.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ disable = ["MD014",]
1010

1111
[per-file-ignores]
1212
"docs/en/how-to/style-guide.md" = ["MD041"]
13+
"docs/en/SUMMARY.md" = ["MD041"]
1314

1415
[MD026] # Remove punctuation at the end of headings
1516
punctuation = ",;:"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
BeeWare is a collection of tools and libraries for building and distributing native applications in Python.
88

9-
You can view this tutorial [here](https://tutorial.beeware.org/).
9+
To begin, [click here to view the tutorial](https://tutorial.beeware.org/).
1010

1111
## Community
1212

0 commit comments

Comments
 (0)