From 3ba740fe8b017dfde85fec3d5dd300d58f8b4058 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Wed, 13 Dec 2023 15:41:21 +0800 Subject: [PATCH] chore: make ruff happy Signed-off-by: Jack Cherng --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 93ff61f..c12c900 100644 --- a/plugin.py +++ b/plugin.py @@ -213,7 +213,7 @@ def python_path_from_venv(cls, workspace_folder: str) -> Optional[str]: """ Resolves the python binary path depending on environment variables and files in the workspace. - See https://github.com/fannheyward/coc-pyright/blob/d58a468b1d7479a1b56906e386f44b997181e307/src/configSettings.ts#L47. # noqa: E501 + @see https://github.com/fannheyward/coc-pyright/blob/d58a468b1d7479a1b56906e386f44b997181e307/src/configSettings.ts#L47 """ def binary_from_python_path(path: str) -> Optional[str]: