mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16: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:
|
||||
|
||||
```shell
|
||||
flake8 homeassistant/core.py
|
||||
ruff homeassistant/core.py
|
||||
pylint homeassistant/core.py
|
||||
black homeassistant/core.py
|
||||
isort homeassistant/core.py
|
||||
```
|
||||
|
||||
### Notes on PyLint and PEP8 validation
|
||||
|
Loading…
x
Reference in New Issue
Block a user