From c525283b22441a633e2a2dc991ae836969059c41 Mon Sep 17 00:00:00 2001 From: Q9ihs38xl <1979755751@qq.com> Date: Wed, 28 Apr 2021 14:27:55 +0800 Subject: [PATCH] Add 'mnist-master/.vscode/settings.json' --- mnist-master/.vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mnist-master/.vscode/settings.json diff --git a/mnist-master/.vscode/settings.json b/mnist-master/.vscode/settings.json new file mode 100644 index 0000000..52bd56a --- /dev/null +++ b/mnist-master/.vscode/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