to detect when a repository is un-lint-able (due to merge conflicts
in the current tree munging up source files). 250 lines of hand-
written Hy, and I haven't even gotten to the main part of the
project, actually running the linters.
to digging in. I realized that I was wrapping my pre-commit hook in a
handler to call it outside of the git-commit phase, and what I really
wanted was to be able to 'git lint' my repo at any time. This is going
to be a new development branch until further notice.