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

The specified initialization vector (IV) does not match the block size for this algorithm