We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76425c9 + 7b9364b commit da0a175Copy full SHA for da0a175
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
37
38
```bash
39
$ pip3 install flake8 flake8-docstrings
40
-$ flake8 --install-hook
+$ flake8 --install-hook=git
41
```
42
43
The flake8-docstrings extension will check docstrings according to [PEP257](https://www.python.org/dev/peps/pep-0257/) when running flake8.
0 commit comments