Skip to content

Commit

Permalink
chore: upgrade pre-commit markdownlint-cli2 hook to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Aug 13, 2024
1 parent 2806b70 commit afb1b11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ config:

# The same headline in different nested sections is okay (and necessary for
# CHANGELOG.md).
no-duplicate-header:
allow_different_nesting: true
no-duplicate-heading:
siblings_only: true

# We use ordered lists to make stuff easier to read in a text editor.
ol-prefix:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.10.0
rev: v0.13.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/python-jsonschema/check-jsonschema
Expand Down

0 comments on commit afb1b11

Please sign in to comment.