Spaces:
Sleeping
Sleeping
Invalid JSON:
Expected double-quoted property name in JSON
at line 14, column 1
| { | |
| "editor.formatOnSave": true, | |
| "python.linting.flake8Args":[ | |
| "--max-line-length=88" | |
| ], | |
| "python.testing.unittestEnabled": false, | |
| "python.testing.pytestEnabled": true, | |
| "python.testing.autoTestDiscoverOnSaveEnabled": true, | |
| "python.testing.pytestArgs": [ | |
| "tests" | |
| ], | |
| "black-formatter.importStrategy": "fromEnvironment", | |
| "flake8.importStrategy": "fromEnvironment", | |
| } |