Spaces:
Runtime error
Runtime error
| { | |
| "python.testing.pytestArgs": ["tests"], | |
| "python.testing.unittestEnabled": false, | |
| "python.testing.pytestEnabled": true, | |
| "[python]": { | |
| "editor.formatOnSave": true, | |
| "editor.defaultFormatter": "ms-python.black-formatter", | |
| "editor.codeActionsOnSave": { | |
| "source.organizeImports": "explicit", | |
| "source.fixAll": "explicit" | |
| } | |
| }, | |
| "editor.formatOnSave": true, | |
| "python.analysis.typeCheckingMode": "basic", | |
| "ruff.organizeImports": true, | |
| "ruff.fixAll": true | |
| } | |