Missing `await` syntax in coroutine calls warning in Python does not work
This inspection never reports missing await. I created new profile with only this inspection, removed await from the call, run inspection and no errors were reported. Does this work for anybody?
https://www.jetbrains.com.cn/en-us/help/inspectopedia/PyAsyncCallInspection.html
请先登录再写评论。
I have the same problem. When I create an environment with `uv`, it normally works, but not when I use `pixi`, even though the dependencies are the same.