Skip to content

Commit

Permalink
VS Code settings: deleted orphaned entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Jan 10, 2024
1 parent 28eac5b commit 1088ee2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"python.terminal.activateEnvInCurrentTerminal": true,
"python.languageServer": "Pylance",
"ruff.importStrategy": "fromEnvironment",
"python.linting.enabled": false,
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"[python]": {
"editor.formatOnSave": true,
Expand All @@ -15,14 +13,14 @@
},
},
"autoDocstring.docstringFormat": "numpy",
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.logLevel": "Warning",
"python.analysis.completeFunctionParens": false,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.diagnosticSeverityOverrides": {},
"python.analysis.indexing": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.autoImportUserSymbols": true,
"python.analysis.inlayHints.variableTypes": false,
"python.analysis.inlayHints.functionReturnTypes": false,
"python.analysis.inlayHints.pytestParameters": true,
Expand All @@ -44,4 +42,4 @@
"includeAllSymbols": true,
},
],
}
}

0 comments on commit 1088ee2

Please sign in to comment.