Skip to content

Commit

Permalink
chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to…
Browse files Browse the repository at this point in the history
… v0.38.0 (#48)

* chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.38.0

* chore: fix lint issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Konstantinos Smanis <konstantinos.smanis@gmail.com>
  • Loading branch information
renovate[bot] and KSmanis authored Dec 9, 2023
1 parent 73c6888 commit 07a6144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
line_length:
code_blocks: false
no-duplicate-header:
no-duplicate-heading:
allow_different_nesting: true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
args: ["--autofix"]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
- repo: https://github.com/executablebooks/mdformat
Expand Down

0 comments on commit 07a6144

Please sign in to comment.