python-trio / flake8-async

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

add TRIO118 - assigning [the value of] anyio.get_cancelled_exc_class to a variable #128

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Fixes

We probably also want to lint for "no assigning that result because it breaks our linter, as well as multi-backend programs".

from #122