style: autoformat
Former-commit-id: ed6c69e23928e8880ce2f3df0d15c2958fb3d1ba [formerly 892c4e0886fd18e0e6282956482b86e3d2d69f19] Former-commit-id: f615de2570b514abe52a24eff1c2ab14cd394933
This commit is contained in:
parent
e6bc1af17b
commit
a2aeae0b33
|
@ -3,4 +3,4 @@
|
||||||
"dockerComposeFile": "docker-compose.yml",
|
"dockerComposeFile": "docker-compose.yml",
|
||||||
"service": "development",
|
"service": "development",
|
||||||
"workspaceFolder": "/workspace"
|
"workspaceFolder": "/workspace"
|
||||||
}
|
}
|
||||||
|
|
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -1,7 +1,4 @@
|
||||||
{
|
{
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
|
@ -16,7 +13,7 @@
|
||||||
"--output",
|
"--output",
|
||||||
"output_onnx.png",
|
"output_onnx.png",
|
||||||
"--model",
|
"--model",
|
||||||
"good.onnx",
|
"good.onnx"
|
||||||
],
|
],
|
||||||
"justMyCode": false
|
"justMyCode": false
|
||||||
}
|
}
|
||||||
|
|
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
|
"python.defaultInterpreterPath": ".venv/bin/python",
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
"python.linting.lintOnSave": true,
|
"python.linting.lintOnSave": true,
|
||||||
// "python.linting.flake8Enabled": true,
|
"python.linting.mypyEnabled": true,
|
||||||
// "python.linting.banditEnabled": true,
|
"jupyter.debugJustMyCode": false,
|
||||||
"python.defaultInterpreterPath": ".venv/bin/python",
|
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jupyter.debugJustMyCode": false,
|
"files.insertFinalNewline": true,
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
"**/.svn": true,
|
"**/.svn": true,
|
||||||
|
@ -21,4 +21,4 @@
|
||||||
"**/Thumbs.db": true,
|
"**/Thumbs.db": true,
|
||||||
"**/__pycache__": true,
|
"**/__pycache__": true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue