Remove black from the Development testing page (#2105)

This commit is contained in:
Sid 2024-03-07 09:37:46 +01:00 committed by GitHub
parent 3649138a1b
commit 0aea208f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,6 @@ The linters are also available directly, you can run tests on individual files:
```shell ```shell
ruff homeassistant/core.py ruff homeassistant/core.py
pylint homeassistant/core.py pylint homeassistant/core.py
black homeassistant/core.py
``` ```
### Notes on PyLint and PEP8 validation ### Notes on PyLint and PEP8 validation