python-trio / flake8-async

Highly opinionated linter for Trio code
https://flake8-async.readthedocs.io
MIT License
17 stars 2 forks source link

fix trio100 removing trailing comment with same-line with #186

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

added basic test case showing the problem, this was the cause of my confusion in #182 with comments disappearing.

todo: write a fix

jakkdl commented 1 year ago

thought it'd be trickier than this, but past me had written good code and libcst is nice :relaxed: