-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
[BUG] Prospector 1.1.* not compatible with flake8 #358
Labels
Comments
chocoelho
added a commit
that referenced
this issue
Mar 14, 2020
…rsion-support #358 pycodestyle version support
Closing this as it's fixed in the upcoming version 1.3.0 (available as pre-release) |
Awesome, keep up the good work. |
Seems to be happening again in prospector 1.3.1:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Prospector is not compatible with flake8 due to dependencies mismatch. Flake8 (version >3.7) has a requirement for pycodestyle (>=2.5.0,<2.6.0). Prospector has a requirement for pycodestyle (>=2.0.0,<=2.4.0) which causes a dependency mismatch. Ideally, prospector should be supporting 2.5.0.
Expected behavior
Prospector requirements to be closer in line to flake8.
Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here. Putting the list of dependencies installed, e.g. the output of
pip freeze
also helps.The text was updated successfully, but these errors were encountered: