|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# See https://pre-commit.com/hooks.html for more hooks |
|
|
|
|
repos: |
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
|
|
|
rev: v4.2.0 |
|
|
|
|
rev: v4.3.0 |
|
|
|
|
hooks: |
|
|
|
|
- id: trailing-whitespace |
|
|
|
|
- id: end-of-file-fixer |
|
|
|
@ -15,7 +15,7 @@ repos:
|
|
|
|
|
- id: debug-statements |
|
|
|
|
|
|
|
|
|
- repo: https://codeberg.org/frnmst/md-toc |
|
|
|
|
rev: '8.1.3' # or a specific git tag from md-toc |
|
|
|
|
rev: '8.1.4' # or a specific git tag from md-toc |
|
|
|
|
hooks: |
|
|
|
|
- id: md-toc |
|
|
|
|
args: [-p, 'cmark', '-l6'] # CLI options |
|
|
|
|