diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 01f98df..ecc334c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,9 +8,14 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files + - id: destroyed-symlinks + - id: detect-private-key + - id: check-ast + - id: check-case-conflict + - id: debug-statements -- repo: https://github.com/frnmst/md-toc - rev: '7.2.0' # or a specific git tag from md-toc +- repo: https://codeberg.org/frnmst/md-toc + rev: '8.0.1' # or a specific git tag from md-toc hooks: - id: md-toc args: [-p, 'github', '-l6'] # CLI options