python-trio / flake8-async

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

install_require flake8>=6.0? #65

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Should we update setup.py to require flake8>=6.0, or modify tests so they can run on both <6.0 and >=6.0 - so we can make sure that code doesn't break on <6.0? Should be unlikely, but given that this one completely snuck up on me it's probably worth taking into account.

Zac-HD commented 1 year ago

I think it's worth keeping install-time support for older versions of flake8; how about we modify the tests and add a dimension to our test matrix?

jakkdl commented 1 year ago

Sounds reasonable, will fix :+1: