hey all another q, is there a way to specify the v...
# general
w
hey all another q, is there a way to specify the versions of the different linters used by the
pants.toml
in the
backend_packges
section
Copy code
pants.backend.python.lint.*
I currently have them in
Copy code
[tool.poetry.group.dev.dependencies]
inside a pyproject.toml file but it doesn't seem is getting respected, I don't know how it would since
pants.toml
knows nothing about
pyproject.toml
thoughts?
1
c
yep, you create a custom lockfile for the tool and point at that.
w
gotcha thanks Andreas!