btbytes / btgithooks

my pre-commit git hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Git Hook Scripts

check-untitled

-   repo: https://github.com/btbytes/btgithooks
    hooks:
    -   id: check-untitled
        name: Check for 'content/Untitled' file
        entry: check-untitled
        language: python
        files: '.*'

About

my pre-commit git hooks


Languages

Language:Python 100.0%