-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature Request] DevOps Features #545
Comments
Hello, thanks for the suggestions.
that does not work out of the box, no? I mean you need to set it up locally with an additional package, no?
I know poetry but I'm not sure to understand the advantages over a
isn't the following easy enough? (from the doc https://stable-baselines3.readthedocs.io/en/master/guide/install.html#development-version)
|
Yes, you need to use pre-commit package to add the pre-commit hooks. However, in doing so you could also remove the black isort dependencies etc. since these would be defined in the yaml config file which links directly to the git repos. As far as I understand it, poetry completely replaces The |
Well, the dependency will still be there, just hidden.
That's true but it's really fast (faster than a
So you cannot use pip anymore to install the package?
Oh, poetry is meant to have one virtual env per package?
I understand the importance of the lock file, but that's where
I think that make sense for more complicated package (that require building assets), in our case, we have |
Yeah fair enough I think perhaps it isn't worth the effort of switching over and getting used to a new system given the current implementation works enough, I'll close the issue :) |
🚀 Feature
I think it would be cool to add a variety of DevOps features:
Motivation
It would be nice to have a one-stop easy setup of the environment, and poetry has a lot of community support! (for reference, it's what we use at JP Morgan now).
Pitch
A clear and concise description of what you want to happen.
Alternatives
A clear and concise description of any alternative solutions or features you've considered, if any.
Additional context
Add any other context or screenshots about the feature request here.
### Checklist
The text was updated successfully, but these errors were encountered: