diff --git a/docs/development_testing.md b/docs/development_testing.md index 71bbd642..f0815813 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -86,7 +86,6 @@ The linters are also available directly, you can run tests on individual files: ```shell ruff homeassistant/core.py pylint homeassistant/core.py -black homeassistant/core.py ``` ### Notes on PyLint and PEP8 validation