python-trio / flake8-async

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

trio102 now ignores contextmanager #55

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Fixes #54 Man I'm happy with the borderline overkill testing infrastructure, so lovely to just change the comment and have the auto-generated test updated :blush:

Also removed context_manager_names directly specifying them for trio101 since it's now the only one that cares about them.