mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 04:46:29 +00:00
Remove example commands for flake8 and isort (#1801)
This commit is contained in:
parent
11455da0c7
commit
fc2ecc10aa
@ -84,10 +84,9 @@ pre-commit run --show-diff-on-failure
|
|||||||
The linters are also available directly, you can run tests on individual files:
|
The linters are also available directly, you can run tests on individual files:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
flake8 homeassistant/core.py
|
ruff homeassistant/core.py
|
||||||
pylint homeassistant/core.py
|
pylint homeassistant/core.py
|
||||||
black homeassistant/core.py
|
black homeassistant/core.py
|
||||||
isort homeassistant/core.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Notes on PyLint and PEP8 validation
|
### Notes on PyLint and PEP8 validation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user