From 7ac2cbf63a59bf7ae31d1ac586816842dc285f91 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Fri, 31 May 2019 09:17:52 -0400 Subject: [PATCH] Add pre-commit install-hooks to first-time setup --- CONTRIBUTING.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ebfa40f4..fdee288b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -75,6 +75,10 @@ First time setup pip install -e ".[dev]" +- Install the pre-commit hooks: + + pre-commit install --install-hooks + .. _GitHub account: https://github.com/join .. _latest version of git: https://git-scm.com/downloads .. _username: https://help.github.com/articles/setting-your-username-in-git/