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