You have deperecated linting or formating setting for Python, Please see logs for more details. Source:python
Open
bug
- Dominant language
- Python
- Stars
- 337
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
VSCode Python extension is constantly complaining for:
08:14:50.798 [error] Following setting is deprecated: "python.linting.pylintEnabled"
08:14:50.798 [error] All settings starting with "python.linting." are deprecated and can be removed from settings.
Searching for this pattern, it turns out they are inherited from :
venv/micropycli/lib/python3.9/site-packages/micropy/project/template/.vscode/settings.json:
"python.linting.enabled": true
venv/micropycli/lib/python3.9/site-packages/micropy/project/template/.vscode/settings.json:
"python.linting.pylintEnabled": true
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.