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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ repos:
args: [ --assume-in-merge ]

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.13.10
rev: v4.15.0
hooks:
- id: commitizen

# Use the mirror since the main `typos` repo has tags for different
# sub-packages, which confuses pre-commit when it tries to find the latest
# version
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.45.1
rev: v1.46.0
hooks:
- id: typos

- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.1.83
rev: v0.1.87
hooks:
- id: rumdl-fmt # Auto-format
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ workshops.

The template helps set up and maintain workshop repositories, which
contain files to create a website for a workshop and that might also be
used as an open educational resource (OER). Use this template to quickly
used as an open educational resource (OVER). Use this template to quickly
get started with a new workshop with all the necessary files and
configurations in place for a smoother β€œdeveloper experience” and to
have [continuous
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workshops.

The template helps set up and maintain workshop repositories, which
contain files to create a website for a workshop and that might also be
used as an open educational resource (OER). Use this template to quickly
used as an open educational resource (OVER). Use this template to quickly
get started with a new workshop with all the necessary files and
configurations in place for a smoother "developer experience" and to
have
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{< include /docs/includes/_badges.qmd >}}

This is a template for creating a new workshop with the intent of making
it an open educational resource (OER). Use this template to quickly get
it an open educational resource (OVER). Use this template to quickly get
started with a new workshop with all the necessary files and
configurations in place, including for developing the workshop.

Expand Down
Loading