From 363198cba58fa7e4a9fca5702adf48ddf465e7a1 Mon Sep 17 00:00:00 2001 From: p4w2aybsf <2363061197@qq.com> Date: Thu, 29 Apr 2021 17:00:34 +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