python-trio / flake8-async

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

remove lines from autofix diff, add CI tag management #164

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Fixes comments from recently merged PRs, update readme and changelog.

With these two open PR's it's high time to test on real code. There's a couple QoL UX fixes left (--error-on-autofix) but otherwise it should be possible to do a release.

jakkdl commented 1 year ago

The check fail that's due to updated pyright is fixed in #163