mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-08 00:23:03 +00:00
Remove deprecated vscode settings (#18349)
### Description Remove deprecated vscode settings. The python settings are deprecated and will cause vscode to pop up with a warning.
This commit is contained in:
parent
0c8c0014f6
commit
d87d480857
1 changed files with 0 additions and 19 deletions
19
.vscode/settings.json
vendored
19
.vscode/settings.json
vendored
|
|
@ -16,25 +16,6 @@
|
|||
},
|
||||
// Enable Python linting and Pylance type checking
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"python.formatting.provider": "black",
|
||||
"python.formatting.blackArgs": [
|
||||
"--line-length",
|
||||
"120"
|
||||
],
|
||||
"python.sortImports.args": [
|
||||
"--profile",
|
||||
"black",
|
||||
"--line-length",
|
||||
"120"
|
||||
],
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.pydocstyleEnabled": true,
|
||||
"python.linting.pydocstyleArgs": [
|
||||
"--convention=google"
|
||||
],
|
||||
"python.linting.banditEnabled": true,
|
||||
"cpplint.lineLength": 120,
|
||||
"cpplint.filters": [
|
||||
"-build/include_subdir",
|
||||
|
|
|
|||
Loading…
Reference in a new issue