Y
Y
Yura Khlyan2019-03-14 16:06:36
Python
Yura Khlyan, 2019-03-14 16:06:36

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

2 answer(s)
Y
Yura Khlyan, 2019-03-15
@MAGistr_MTM

Maybe someone will come in handy.
The problem was in the settings:

"python.linting.flake8Args": [
        "--max-line-length=119",
        // "--load-plugins=[pylint_django]" -- вот эта строка все ломала, но никакого предупреждения не было
    ],

D
Drill, 2019-03-14
@Drill

Linting Python in Visual Studio Code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question