Skip to content

Commit

Permalink
Merge pull request #59 from alexdewar/fix_markdownlint
Browse files Browse the repository at this point in the history
Fix markdownlint hook
  • Loading branch information
alexdewar authored Jul 10, 2023
2 parents f6eae01 + b6514dc commit 210b6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ repos:
rev: v0.33.0
hooks:
- id: markdownlint
args: ["--disable", "MD013"]
args: ["--disable", "MD013", "MD041", "--"]

0 comments on commit 210b6ca

Please sign in to comment.