Something updated recently, and in my python files, vscode now shows over 100 infos. And puts tons of blue squiggly lines under my code. For example one of the infos is
Exactly one space required around assignment pylint(bad-whitespace)
How can I disable these?
Also, here are some photos that show my problem.
I have tried putting
"python.linting.flake8Args": ["--ignore=C"]
in the setting of vscode, but it doesn't work.