-
-
Notifications
You must be signed in to change notification settings - Fork 305
feat(python)!: Split python pack into seperate smaller packs #1688
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
base: main
Are you sure you want to change the base?
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
This allows an end-user to more easily "stack" the python packs based on the tooling they use in their d2d work
b5ad8c6 to
0da625f
Compare
|
Doing this would allow us to add pyrefly, ty etc with less headache. |
| @@ -0,0 +1,25 @@ | |||
| return { | |||
| { | |||
| "jay-babu/mason-null-ls.nvim", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it's still needed for backwards compatibility?
|
Just a thought, but are nested |
|
My guess is probably. We could probably have them in a |
|
Actually
Issue with this is that they might and probably will conflict. |
|
It would allow people to get a "base" config or they can build their own with the pieces |
This allows an end-user to more easily "stack" the python packs based on the tooling they use in their d2d work. A big breaking change but with the direction python tooling is going, I think its the move.