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.0.170
rev: v0.0.190
hooks:
- id: rumdl
args: [--fix]
1 change: 1 addition & 0 deletions .rumdl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ",;:"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down