python-trio / flake8-async

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

deprecate --trio200-blocking-calls, replacing it with --async200-blocking-calls #251

Closed jakkdl closed 1 month ago

jakkdl commented 1 month ago

Noticed this got missed in the big rename. Idk if there's any reason to use warnings.warn instead of printing on stderr.

jakkdl commented 1 month ago

todo: changelog, increment version

Zac-HD commented 1 month ago

looks good, merge when ready 👍

jakkdl commented 1 month ago

Also made some docs improvements I noticed while reading docs/usage.rst.