You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
@AlJohri Pylint doesn't support type annotations yet (pylint-dev/pylint#647), so my educated guess is that it won't have any impact on your Visual Studio Code environment.
That being said, in my experience Mypy is at least as efficient in detecting coding mistakes, if not better. So you might consider re-configuring your environment (https://code.visualstudio.com/docs/python/linting#_specific-linters), possibly leaving only style checks to Pylint or Flake8.
does this help with pylint warnings on vscode by any chance? I tried it out and the warnings kept appearing, wasn't sure if I was using it wrong.
for now I followed the advice in this SO answer: https://stackoverflow.com/a/52119469/1667241
was hoping there was a better solution. thanks!
The text was updated successfully, but these errors were encountered: