Remove example commands for flake8 and isort (#1801)

This commit is contained in:
Scott Giminiani 2023-06-27 15:18:37 -04:00 committed by GitHub
parent 11455da0c7
commit fc2ecc10aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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