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
Is your feature request related to a problem? Please describe.
I want to keep my project root as clean as possible. So I put all controllable configuration files like pre-commit-config.yaml, .pylintrc, .coveragerc etc into a separate folder. I want to do the same with pdm.lock.
Describe the solution you'd like
The location of pdm.lock can be changed by setting in pyproject.toml, or by command line arguments. Something like:
Is your feature request related to a problem? Please describe.
I want to keep my project root as clean as possible. So I put all controllable configuration files like
pre-commit-config.yaml
,.pylintrc
,.coveragerc
etc into a separate folder. I want to do the same withpdm.lock
.Describe the solution you'd like
The location of
pdm.lock
can be changed by setting inpyproject.toml
, or by command line arguments. Something like:or
pdm install --lock-file "config/pdm.lock"
The text was updated successfully, but these errors were encountered: