ignore lock file and python-version - #181
Conversation
|
Well i kept the lock file to auto update the deps in the repo, without lock file the Can we do something like this:
Would be happy to have your input on this :) |
|
hi about dependency update, emm, i would say if there's a dependency that doesn't require specific versions and is safe to auto update, we can just not set a version in pyproject. at least that's my understanding. |
|
So, basically in this repo, the docs and the dev tools are version controlled by the same So if a new version of sphinx releases or the docs theme ( This command. So overall, if we merge this PR, our docs and the docs theme will not get automatic updates, The only thing we should merge from this PR is the deletion of the |
reason being that this package should be usable with different versions of python and dependencies, and it is tested against different environments, so locking doesn't make much sense to me