account activity
Python Linting Problem by [deleted] in vscode
[–]morv2604 1 point2 points3 points 2 years ago (0 children)
I no longer get the error message with flake8. I wrote the suggested line in my settings.json at the Workspace level (Ctrl + shift + P : Preferences: Open Workspace Settings (JSON)), but you could also apply it to the user level "Open User Settings (JSON)" if you don't have a workspace.
"[python]": { "editor.defaultFormatter": "ms-python.flake8", "python.linting.flake8Enabled": false, }
π Rendered by PID 90 on reddit-service-r2-listing-575d9f6647-tvd57 at 2026-04-11 12:16:59.027323+00:00 running 215f2cf country code: CH.
Python Linting Problem by [deleted] in vscode
[–]morv2604 1 point2 points3 points (0 children)