We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836ebc0 commit cbbda7aCopy full SHA for cbbda7a
1 file changed
.vscode/settings.json
@@ -233,20 +233,19 @@
233
"中文",
234
"日本語"
235
],
236
- "flake8.args": [
237
- "--max-line-length=130",
238
- ],
239
"git.ignoreLimitWarning": true,
240
- "python.analysis.typeCheckingMode": "basic",
241
"python.analysis.diagnosticMode": "workspace",
242
- "python.analysis.exclude": [
243
- "addon/globalPlugins/MathCAT/yaml",
244
245
- "python.analysis.diagnosticSeverityOverrides": {
246
- "reportMissingImports": "none"
247
- },
248
- "triggerTaskOnSave.tasks": {
249
- "flake8-whole-project": ["**/*.*py"]
250
251
- "cmake.configureOnOpen": false
252
-}
+ "python.languageServer": "Pylance",
+
+ "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
+ "python.linting.enabled": true,
+ "python.linting.ruffEnabled": true,
+ "python.linting.ruffPath": "ruff",
+ "python.linting.pylintEnabled": false,
+ "python.linting.flake8Enabled": false,
+ "python.linting.mypyEnabled": false,
+ "cmake.configureOnOpen": false,
+}
0 commit comments