Skip to content

Commit da0a175

Browse files
authored
Merge pull request home-assistant#801 from home-assistant/Teagan42-Flake8-Hook
flake8 hook needs a type!
2 parents 76425c9 + 7b9364b commit da0a175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/development_testing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can save yourself the hassle of extra commits just to fix style errors by en
3737

3838
```bash
3939
$ pip3 install flake8 flake8-docstrings
40-
$ flake8 --install-hook
40+
$ flake8 --install-hook=git
4141
```
4242

4343
The flake8-docstrings extension will check docstrings according to [PEP257](https://www.python.org/dev/peps/pep-0257/) when running flake8.

0 commit comments

Comments
 (0)