best-doctor / flake8-annotations-coverage

flake8 plugin to validate annotations coverage
MIT License
34 stars 5 forks source link

Define `flake8` compatibility #4

Closed sobolevn closed 4 years ago

sobolevn commented 5 years ago

It is said in the readme that:

Tested on Python 3.6.5 and flake8 3.7.4.

But in requirements-dev.txt another version is specified: https://github.com/best-doctor/flake8-annotations-coverage/blob/master/requirements_dev.txt#L2

Maybe tox is a good option to test different flake8 versions?