More accurate search results
This commit is contained in:
parent
2908dadc5b
commit
30721125ef
11 changed files with 269 additions and 226 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -2,5 +2,10 @@
|
|||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.mypyEnabled": true,
|
||||
"python.linting.enabled": true,
|
||||
"python.formatting.provider": "black"
|
||||
}
|
||||
"python.formatting.provider": "black",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
"isort.args": ["--profile", "black"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue