From dc0445a2d9478f11fa9442afaba9ac2e2a3df014 Mon Sep 17 00:00:00 2001 From: Dongjin Park Date: Thu, 17 Aug 2023 11:41:04 +0900 Subject: [PATCH] docs: fix daily workflows documentation typo (#1476) --- docs/dev/daily-workflows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/daily-workflows.rst b/docs/dev/daily-workflows.rst index ab41eafd0d..0ed2d89b73 100644 --- a/docs/dev/daily-workflows.rst +++ b/docs/dev/daily-workflows.rst @@ -278,9 +278,9 @@ Set the following keys in the workspace settings to configure Python tools: * - ``{mypy-type-checker,black-formatter}.importStrategy`` - ``"fromEnvironment"`` * - ``ruff.interpreter`` - - ``["dist/export/python/virtualenvs/black/3.11.4/bin/python"]`` + - ``["dist/export/python/virtualenvs/ruff/3.11.4/bin/python"]`` * - ``ruff.path`` - - ``["dist/export/python/virtualenvs/black/3.11.4/bin/ruff"]`` + - ``["dist/export/python/virtualenvs/ruff/3.11.4/bin/ruff"]`` .. note:: **Changed in July 2023**