MichaelCurrin / py-project-template

Starter template for a Python app - including CI and docs 🐍 🌠
https://michaelcurrin.github.io/py-project-template/
MIT License
7 stars 3 forks source link

Update pylint settings #6

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

See what is needed.

From VS code select pylint path

    "python.linting.pylintEnabled": true,
    "python.linting.enabled": true,

From unicron:

    "python.linting.pylintPath": "pylint",