repos:
-   repo: local
    hooks:
    -   id: check-broken-links
        name: Check Broken Links
        entry: python3 python3 utils/verify-api-links.py
        language: python
        files: \.mdx$
        stages: [push]
    -   id: update-lastupdate-tag
        name: Update LastUpdated tag in MDX files
        entry: .hooks/update-lastupdate-tag.sh
        language: script
        files: \.mdx$
        stages: [commit]