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
Error message: pylint: failure / Tool pylint failed to run
happens with pylint version 2.15.10
due to a bug in this code: prospector/tools/pylint/linter.py", line 40, in _expand_files
where the next condition will be "Flase" for version "2.15.10" and above:
if pylint_version > "2.15.6":
To Reproduce Steps to reproduce the behavior:
Expected behavior Pylint should be executed
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.
pip freeze
The text was updated successfully, but these errors were encountered:
1.8.4 was released with a fix for this #576
Sorry, something went wrong.
No branches or pull requests
Error message: pylint: failure / Tool pylint failed to run
happens with pylint version 2.15.10
due to a bug in this code:
prospector/tools/pylint/linter.py", line 40, in _expand_files
where the next condition will be "Flase" for version "2.15.10" and above:
if pylint_version > "2.15.6":
To Reproduce Steps to reproduce the behavior:
Expected behavior Pylint should be executed
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: