python-trio / flake8-async

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

add testing dimension for flake8=5 and flake8=6, add py311 #68

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

fixes #65 also adds support for py311, and rejigs a bunch of the configs. Took inspiration from black's tox.ini, and got the filterwarnings from hypothesis.

crossing my fingers that the CI supports 3.11 in an easy way such as this. Not sure this needs an entry in the changelog? Also, looking at setup.py - did you forget to change the author_email when creating it? That sure looks like .. not your email.

Zac-HD commented 1 year ago

Looks great - I don't think this needs a changelog entry (end-users don't need to care), and will fix the email address (oops).

The filterwarnings spec... sent me down a rabbithole, https://github.com/HypothesisWorks/hypothesis/pull/3514 and https://github.com/Zac-HD/hypothesmith/pull/24. Will update, push, and merge later this evening.

jakkdl commented 1 year ago

Wow, pretty nasty to miss a rename - glad that got resolved! And good cleanups :sparkles: