1234567891011121314 |
- {
- "python.linting.enabled": false,
- "python.venvFolders": [
- "envs",
- ".pyenv",
- ".direnv",
- ".venv"
- ],
- "git.ignoreLimitWarning": true,
- "[python]": {
- "editor.defaultFormatter": "ms-python.autopep8"
- },
- "python.formatting.provider": "none"
- }
|