python-trio / flake8-async

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

Add trio[300], async functions should not have a timeout parameter #20

Closed jakkdl closed 2 years ago

jakkdl commented 2 years ago

Easy check, only question mark is if *timeout or **timeout is worthy of raising a problem. Have not incremented version number, and 300 is a temporary error code until we've sorted out what to do with #17

jakkdl commented 2 years ago

fixed all :+1: