From 0df004a1049bd765286e316c1d6af3da47edcc42 Mon Sep 17 00:00:00 2001 From: Willem-Jan van Rootselaar Date: Mon, 12 Aug 2024 21:59:06 +0200 Subject: [PATCH] Update development_testing.md (#2266) --- docs/development_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_testing.md b/docs/development_testing.md index a42fdd02..141b0141 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -86,7 +86,7 @@ pre-commit run --show-diff-on-failure The linters are also available directly, you can run tests on individual files: ```shell -ruff homeassistant/core.py +ruff check homeassistant/core.py pylint homeassistant/core.py ```