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",
"files.autoSave": "afterDelay",
"python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "autopep8",
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length=100"],
"editor.fontWeight": "normal",
"python.analysis.extraPaths": ["./deepface"]