Skip to content

Commit 6654f5a

Browse files
committed
updated settings.json
1 parent 28fce25 commit 6654f5a

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

.vscode/settings.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,6 @@
233233
"中文",
234234
"日本語"
235235
],
236-
"flake8.args": [
237-
"--max-line-length=130",
238-
],
239236
"git.ignoreLimitWarning": true,
240237
"python.analysis.typeCheckingMode": "basic",
241238
"python.analysis.diagnosticMode": "workspace",
@@ -245,8 +242,18 @@
245242
"python.analysis.diagnosticSeverityOverrides": {
246243
"reportMissingImports": "none"
247244
},
248-
"triggerTaskOnSave.tasks": {
249-
"flake8-whole-project": ["**/*.*py"]
250-
},
251-
"cmake.configureOnOpen": false
252-
}
245+
"python.languageServer": "Pylance",
246+
"python.analysis.useLibraryCodeForTypes": true,
247+
248+
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
249+
250+
"python.linting.enabled": true,
251+
"python.linting.ruffEnabled": true,
252+
"python.linting.ruffPath": "ruff",
253+
254+
"python.linting.pylintEnabled": false,
255+
"python.linting.flake8Enabled": false,
256+
"python.linting.mypyEnabled": false,
257+
258+
"cmake.configureOnOpen": false,
259+
}

0 commit comments

Comments
 (0)