python-trio / flake8-async

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

Rename to flake8 async #206

Closed jakkdl closed 4 months ago

jakkdl commented 4 months ago

First steps in renaming the project:

  1. Update documentation to refer to flake8-async instead of flake8-trio
  2. Add name history to readme, expand it a bit in general.
  3. rename the executable

In the second commit I rename all the error codes. This was largely done with a search&replace of TRIO->ASYNC across all files, and then cleaning up the mess.

Third commit renames Flake8TrioVisitor to Flake8AsyncVisitor

Review the commits separately to maybe retain some sanity. I think the tests should be thorough enough to pick up anything problematic though, so don't think we have to review this super thoroughly.

Remaining steps: