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