Restore settings.json

This commit is contained in:
Vincent STRAGIER 2023-03-01 13:49:28 +01:00
parent 3a325f5540
commit 34c7a81f76

View File

@ -6,7 +6,7 @@
"editor.renderWhitespace": "all", "editor.renderWhitespace": "all",
"files.autoSave": "afterDelay", "files.autoSave": "afterDelay",
"python.analysis.typeCheckingMode": "basic", "python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "autopep8", "python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length=100"], "python.formatting.blackArgs": ["--line-length=100"],
"editor.fontWeight": "normal", "editor.fontWeight": "normal",
"python.analysis.extraPaths": ["./deepface"] "python.analysis.extraPaths": ["./deepface"]