mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 03:25:21 +00:00
19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.linting.pylintUseMinimalCheckers": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.renderWhitespace": "all",
|
|
"files.autoSave": "afterDelay",
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackArgs": ["--line-length=100"],
|
|
"editor.fontWeight": "normal",
|
|
"python.analysis.extraPaths": [
|
|
"./deepface"
|
|
],
|
|
"black-formatter.args": [
|
|
"--line-length=100"
|
|
]
|
|
}
|