Enabling flake8 in vscode



In your .vscode directory, please update your settings.json file



{
"python.pythonPath": "/anaconda3/envs/myenv/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}

Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type