You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
Hi, I have flake8 for diagnostics, and it marks the error line too long as error.
I'd rather it be on informational level.
I tried:
"python.analysis.information": ["line too long"],
But of course it does not work.
Can it be done?
Also, when fixing a problem, the gutter doesn't refresh until I save the file. Can I make it lint as soon as I make the fix?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I have flake8 for diagnostics, and it marks the error
line too long
as error.I'd rather it be on informational level.
I tried:
But of course it does not work.
Can it be done?
Also, when fixing a problem, the gutter doesn't refresh until I save the file. Can I make it lint as soon as I make the fix?
Thanks.
The text was updated successfully, but these errors were encountered: