Skip to content

Commit

Permalink
Merge pull request #16 from DWSR/add-doctoc-pre-commit
Browse files Browse the repository at this point in the history
feat: add doctoc pre-commit hook
  • Loading branch information
unixorn authored Jul 3, 2023
2 parents 8e3b503 + d9dc2e8 commit 4370d54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ repos:
hooks:
- id: markdownlint-fix
args: ["--ignore", "LICENSE.md"]
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: ["--update-only"]

0 comments on commit 4370d54

Please sign in to comment.