We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing prospector with flake8 latest version, you have a warning :
prospector 1.1.6.2 has requirement pyflakes<2.0.0,>=0.8.1, but you'll have pyflakes 2.0.0 which is incompatible.
Flake8 now uses pyflakes 2.0.0 https://gitlab.com/pycqa/flake8/blob/master/setup.py#L25 and is restricted by prospector https://github.com/PyCQA/prospector/blob/8bb1970aa31b962291ef0cff4b757a34aa566298/setup.py#L29
Is it possible to be compatible with this new version?
Thanks a lot for your work
The text was updated successfully, but these errors were encountered:
Pull requests always welcome!
Sorry, something went wrong.
@carlio I have opened a PR :D
Closing this issue as it is fixed in the new version of prospector to be released soon
No branches or pull requests
When installing prospector with flake8 latest version, you have a warning :
Flake8 now uses pyflakes 2.0.0
https://gitlab.com/pycqa/flake8/blob/master/setup.py#L25
and is restricted by prospector
https://github.com/PyCQA/prospector/blob/8bb1970aa31b962291ef0cff4b757a34aa566298/setup.py#L29
Is it possible to be compatible with this new version?
Thanks a lot for your work
The text was updated successfully, but these errors were encountered: