google / yapf

A formatter for Python files
Apache License 2.0
13.75k stars 888 forks source link

Format error when async method after comment #1183

Open mofazhe opened 10 months ago

mofazhe commented 10 months ago

befor format: image

afeter format: image

expect reault: image

same code without async, after format, it's good: image

I am not using config file.I use yapf in vscode.This comment is not for the method but for the file, so I would hope for that result.