File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 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" ,
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+ }
You can’t perform that action at this time.
0 commit comments