Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Any emacs users know of a linter that will tell me when I forget to await a coroutine?


Pretty sure I added a lint rule to pylint the other day that will do just that. I imagine emacs has a pylint plugin.

Basically you add a linter that overrides `visit_callfunc()` and make sure it's not an async function being called.


Cheers.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: