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
{{ message }}
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
I'm very much envision this tool to be based around pip-tools (hence the requirements directory), though I might be up for plugins. I'd have to think about how that would look.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to be able to add
--tests
to include atests/
submodule, or--poetry
to addto the
pyproject.toml
.Perhaps the right home for these sorts of additions is in a plugin registry?
Other thoughts:
black
: we currently include a[tool.black]
section, but not the byproducts of runningflake
: A plugin system might be a good place to give a user the option to select defaultsThe text was updated successfully, but these errors were encountered: