From 9904e04293385ee1b6895df2915e62c75e906753 Mon Sep 17 00:00:00 2001 From: p4w2aybsf <2363061197@qq.com> Date: Thu, 29 Apr 2021 17:13:33 +0800 Subject: [PATCH] Add 'settings.json' --- settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 settings.json diff --git a/settings.json b/settings.json new file mode 100644 index 0000000..52bd56a --- /dev/null +++ b/settings.json @@ -0,0 +1,8 @@ +{ + "python.pythonPath": "/usr/bin/python3.7", + "python.linting.pylintArgs": [ + "--errors-only", + "--disable=E0401", + "--extension-pkg-whitelist=PyQt5" + ] +} \ No newline at end of file