Apparently VS Code doesn't like Django. ugh
linting checks the code for style errors mostly. They don't (usually) affect execution (unless they are things like undefined variables or other errs), but they are super useful at times.
Ahhh, the linter :) I don't even lint python anymore, i use black. You should use it too, it autofixes and pretties up your code. https://github.com/python/black
Vicki Langer
Author
Um… I don't even know what the linter is or should do. but okay, I can use black. I'll check it out
Please sign in to leave a comment.