Closed sobolevn closed 4 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?
tox
flake8
It is said in the readme that:
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 differentflake8
versions?