Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Autodeps with pre-commit? #2835

Open
richardsheridan opened this issue Oct 25, 2023 · 3 comments
Open

Replace Autodeps with pre-commit? #2835

richardsheridan opened this issue Oct 25, 2023 · 3 comments

Comments

@richardsheridan
Copy link
Contributor

https://github.com/jazzband/pip-tools#version-control-integration

I don't know much about pre-commit but if we could get it to run on only a subset of commits it would replace the half-baked tool we have. Maybe using the "manual" stage? (stages: [manual])

@jakkdl
Copy link
Member

jakkdl commented Oct 25, 2023

It's in the plans to move away from the current dependency management, see #2790, which is partially blocked by #2798, which is waiting until we've done a release with the new typehints.

@A5rocks
Copy link
Contributor

A5rocks commented Oct 26, 2023

Just popping by to mention that #2790 probably will end up not making a change to how we have requirements files (at least if I have my way and there isn't a great argument for it -- I really don't like having to install a 3rd party tool globally to install requirements ... or have to make 2 venvs, one for the tool and one for the project + deps).

Given that, I think making this change makes sense and shouldn't be blocked by anything! But I still don't know if we can have platform-independent lockfiles using pip-tools, which is my biggest gripe with it.

@jakkdl
Copy link
Member

jakkdl commented Oct 26, 2023

(responded to A5rocks in #2790)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants