python-trio / flake8-async

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

add version requirements on flake8&libcst #195

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

while playing around I realized the install_requires weren't specified at all, so I quickly figured out minimum required versions for tests to pass and added them.