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
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