A
A
Aidar Zolotukhin2020-07-30 18:41:42
Python
Aidar Zolotukhin, 2020-07-30 18:41:42

How to remove Python errors and leave only pylint?

I need to remove these errors and leave only pylint, how to do it? And is this even possible? I dug around in the VS Code settings and didn't find anything.

5f22ea1b39769468847705.png

Maybe this info will help someone

Python
{
"resource": "/c:/Users/user/Desktop/python/main.py",
"owner": "_generated_diagnostic_collection_name_#0",
"code": "parser-16" ,
"severity": 8,
"message": "unexpected token 'james'",
"source": "Python",
"startLineNumber": 43,
"startColumn": 1,
"endLineNumber": 43,
"endColumn": 6
}

PyLint
{
"
"severity": 8,
"message": "invalid syntax (, line 43)",
"source": "pylint",
"startLineNumber": 43,
"startColumn": 2,
"endLineNumber": 43,
"endColumn": 2
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question