Answer the question
In order to leave comments, you need to log in
Why doesn't linter work in VSCode?
Good day.
Linter doesn't work for me (neither pep8, pylint, flake8). The environment is correct, included in the settings (through the settings and manually by the command). What else could be the problem?
Answer the question
In order to leave comments, you need to log in
Maybe someone will come in handy.
The problem was in the settings:
"python.linting.flake8Args": [
"--max-line-length=119",
// "--load-plugins=[pylint_django]" -- вот эта строка все ломала, но никакого предупреждения не было
],
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question