python-trio / flake8-async

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

New rule: don't `return` a value inside a nursery? #261

Open Zac-HD opened 1 month ago

Zac-HD commented 1 month ago

See https://github.com/python-trio/trio/issues/1493 - I'm not sure whether this is a good idea for a lint rule, but wanted to track it so I can decide later.