Replies: 1 comment 2 replies
-
They were integrated. Now support is via separate extensions.
That's a question for Pylance, but I'm pretty sure they don't support a lot of things Pylint and flake8 do. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to
https://github.com/microsoft/vscode-python/wiki/Migration-to-Python-Tools-Extensions
mypy
,pylint
andflake8
are integrated (???)This was my setup before:
How can I now migrate properly to new Pylance type checking with the same settings for the linters?
Beta Was this translation helpful? Give feedback.
All reactions