mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Added pydocstyle test
Added the pydocstyle test to the bash syntax mainly because this is the one I always forget (and get a few messages from my new friend balloobbot)
This commit is contained in:
parent
844f13b784
commit
5abe327e5d
@ -38,6 +38,7 @@ During development on a specific file, speed up your workflow by running tests a
|
|||||||
```bash
|
```bash
|
||||||
$ flake8 homeassistant/core.py
|
$ flake8 homeassistant/core.py
|
||||||
$ pylint homeassistant/core.py
|
$ pylint homeassistant/core.py
|
||||||
|
$ pydocstyle homeassistant/core.py
|
||||||
$ py.test tests/test_core.py
|
$ py.test tests/test_core.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user