Skip to content

adamtheturtle/doccmd-pre-commit

Repository files navigation

doccmd-pre-commit

A pre-commit hook for doccmd.

Using doccmd with pre-commit

To run doccmd with pre-commit, add hooks like the following to your .pre-commit-config.yaml:

-   repo: https://github.com/adamtheturtle/doccmd-pre-commit
    rev: v2026.3.1
    hooks:
    -   id: doccmd
        args: [
             "--language",
             "shell",
             "--command",
             "shellcheck --shell=bash",
         ]
        additional_dependencies: ["shellcheck-py"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors