You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: