Spaces:
Runtime error
Runtime error
Invalid JSON: Expected double-quoted property name in JSONat line 27, column 3
| { | |
| "notebook.formatOnSave.enabled": true, | |
| "notebook.codeActionsOnSave": { | |
| "notebook.source.fixAll": "explicit", | |
| "source.organizeImports": "explicit" | |
| }, | |
| "[python]": { | |
| "editor.formatOnSave": true, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll": "explicit", | |
| "source.organizeImports": "explicit" | |
| }, | |
| "editor.defaultFormatter": "charliermarsh.ruff" | |
| }, | |
| "python.terminal.activateEnvironment": false, | |
| "files.exclude": { | |
| "**/.git": true, | |
| "**/.svn": true, | |
| "**/.hg": true, | |
| "**/CVS": true, | |
| "**/.DS_Store": true, | |
| "**/Thumbs.db": true, | |
| "**/__pycache__": true, | |
| "**/.ruff_cache": true, | |
| "**/.venv": true, | |
| "**/.cache": true, | |
| } | |
| } | |