From 2e59f178aa174b35989d6e1a168032a48626dfc6 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 2 Mar 2018 07:14:20 -0800 Subject: [PATCH] No longer need to clarify that `pre-commit` is "Python version" (#4089) --- docs/precommit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/precommit.md b/docs/precommit.md index 5f88c0c8..7164c2ee 100644 --- a/docs/precommit.md +++ b/docs/precommit.md @@ -54,7 +54,7 @@ and add this config to your `package.json`: Find more info from [here](https://github.com/azz/pretty-quick). -## Option 3. [pre-commit](https://github.com/pre-commit/pre-commit) (Python version) +## Option 3. [pre-commit](https://github.com/pre-commit/pre-commit) **Use Case:** Great when working with multi-language projects.