From 7b9364b56f7d3f092170d7738893b3ee3c89facb Mon Sep 17 00:00:00 2001 From: Teagan Glenn Date: Thu, 18 Aug 2016 12:10:33 -0600 Subject: [PATCH] flake8 hook needs a type! --- source/developers/development_testing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/development_testing.markdown b/source/developers/development_testing.markdown index 6845acfc617..4226fbe1d26 100644 --- a/source/developers/development_testing.markdown +++ b/source/developers/development_testing.markdown @@ -37,7 +37,7 @@ You can save yourself the hassle of extra commits just to fix style errors by en ```bash $ pip3 install flake8 flake8-docstrings -$ flake8 --install-hook +$ flake8 --install-hook=git ``` The flake8-docstrings extension will check docstrings according to [PEP257](https://www.python.org/dev/peps/pep-0257/) when running flake8.