From ad62891173199d0d69b1820f86aa3fd8df78a9d6 Mon Sep 17 00:00:00 2001 From: "Xuefeng Ding (IHEP)" <dingxf@ihep.ac.cn> Date: Sun, 17 Nov 2024 08:26:20 +0800 Subject: [PATCH] pylint is not easy to use --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c83d81..7a2190d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,10 @@ "jupyter.debugJustMyCode": false, "debugpy.debugJustMyCode": false, "pylint.args": ["--prefer-stubs=true"], + // "pylint.args": [ + // "--extension-pkg-allow-list=simulation._csrc._hello", + // "--prefer-stubs=true" + // ], "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false } -- GitLab