-
I know VSCode's python extension has yet to achieve substantial support for PEP 582, but I am wondering if anyone has any tips or ideas about getting the in-editor error/warning highlights working when using various code quality tools. So far I have installed Here is my
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Do you have autoformat config? black and linters like flake8 are all static tools, they don't rely on any dependency of the project. So PEP 582 won't be a problem.
What kind of indication? black doesn't show indicators on format problems, AFAIK. |
Beta Was this translation helpful? Give feedback.
Do you have autoformat config?
black and linters like flake8 are all static tools, they don't rely on any dependency of the project. So PEP 582 won't be a problem.
What kind of indication? black doesn't show indicators on format problems, AFAIK.