python-trio / flake8-async

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

Add test that all error messages end with period, minor fixes #125

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Add test that all error messages end with period (and fix those that didn't). Add better implementation of alt messages for error codes. Also checks that errors in eval files with explicit codes are enabled.

Didn't wanna get started on something meaty but felt like doing something, so just some small maintenance/cleanup.