From 0aea208f0ea96f03f6270ab67cc93d28c7ec70ec Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:37:46 +0100 Subject: [PATCH] Remove black from the Development testing page (#2105) --- docs/development_testing.md | 1 - 1 file changed, 1 deletion(-) 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