Skip to content

Commit

Permalink
add pre-commit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
snakescott committed Jul 29, 2019
1 parent e7c8b4d commit 29af064
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPMENT.md
@@ -0,0 +1,6 @@
This repository uses [pre-commit](https://pre-commit.com/) to lint markdown, enforced on
PRs by [Travis CI](https://travis-ci.org/). Once you have
[installed](https://pre-commit.com/#install) pre-commit, you can locally lint (and
autofix) by running `pre-commit run --all-files` from the root of the repository. You
can add this behavior as a commit hook by running `pre-commit install` once, also from
the repository root.

0 comments on commit 29af064

Please sign in to comment.