Skip to content
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

isort 5+ not found in pylama #1482

Closed
chamoulox opened this issue Sep 14, 2020 · 2 comments · Fixed by #1484, hypothesis/viahtml#107 or wwade/jobrunner#63
Closed

isort 5+ not found in pylama #1482

chamoulox opened this issue Sep 14, 2020 · 2 comments · Fixed by #1484, hypothesis/viahtml#107 or wwade/jobrunner#63
Labels
bug Something isn't working integration

Comments

@chamoulox
Copy link

chamoulox commented Sep 14, 2020

Hello,

I wanted to upgrade some dependencies on my project and while upgrading isort to any version above 5.0.0, when running pylama, it says:
WARNING:root:Linter isort not found.

I have isort specified in pylama.ini file (see below) and no other init file, and I switched back to 4.3.21 and there is no issue

[pylama]
format = pylint
linters = pylint,isort

From what I can see, there is no longer a setup.py file with isort configuration for pylama.
Any idea for fixing this ?
Thanks

@timothycrosley
Copy link
Member

Thanks for reporting! This is fixed in develop and will be released with the 5.6.0 release of isort. The core issue was that the plugin was mistranslated when moving to using portray (see: https://github.com/PyCQA/isort/pull/1484/files#diff-522adf759addbd3b193c74ca85243f7dL89)

Thanks!

~Timothy

@timothycrosley
Copy link
Member

Update: this has just been released to PyPI in 5.6.0 release of isort: https://pycqa.github.io/isort/CHANGELOG/#560-october-7-2020

Thanks!

~Timothy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment