Skip to content

Use upstream signature formatting code for pylsp#5214

Merged
mscolnick merged 2 commits intomarimo-team:mainfrom
krassowski:update-signature-to-markdown
Jul 10, 2025
Merged

Use upstream signature formatting code for pylsp#5214
mscolnick merged 2 commits intomarimo-team:mainfrom
krassowski:update-signature-to-markdown

Conversation

@krassowski
Copy link
Copy Markdown
Contributor

📝 Summary

This is a follow-up to #4864 since the signature-formatting capability was incorporated directly into python-lsp-server

🔍 Description of Changes

Removed custom plugin and typechecking dependency on python-lsp-server, added configuration to prefer ruff if enabled over black (default in python-lsp-server).

This should remain in draft pending a new release of python-lsp-server.

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

📜 Reviewers

mscolnick

@vercel
Copy link
Copy Markdown

vercel bot commented Jun 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2025 4:27pm

@krassowski
Copy link
Copy Markdown
Contributor Author

Kicking CI now that https://github.com/python-lsp/python-lsp-server/releases/tag/v1.13.0 is released

@krassowski krassowski closed this Jul 10, 2025
@krassowski krassowski reopened this Jul 10, 2025
@krassowski krassowski marked this pull request as ready for review July 10, 2025 10:59
@mscolnick mscolnick merged commit 012ed6e into marimo-team:main Jul 10, 2025
56 of 67 checks passed
@krassowski krassowski deleted the update-signature-to-markdown branch July 10, 2025 11:46
@github-actions
Copy link
Copy Markdown

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.14.11-dev48

Light2Dark pushed a commit that referenced this pull request Jul 14, 2025
## 📝 Summary

This is a follow-up to #4864 since the signature-formatting capability
was incorporated directly into `python-lsp-server`

## 🔍 Description of Changes

Removed custom plugin and typechecking dependency on
`python-lsp-server`, added configuration to prefer `ruff` if enabled
over `black` (default in `python-lsp-server`).

This should remain in draft pending a new release of
`python-lsp-server`.

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [ ] I have run the code and verified that it works as expected.

## 📜 Reviewers

mscolnick

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@manzt manzt added the enhancement New feature or request label Jul 15, 2025
sebbeutler pushed a commit to sebbeutler/marimo that referenced this pull request Jul 16, 2025
## 📝 Summary

This is a follow-up to marimo-team#4864 since the signature-formatting capability
was incorporated directly into `python-lsp-server`

## 🔍 Description of Changes

Removed custom plugin and typechecking dependency on
`python-lsp-server`, added configuration to prefer `ruff` if enabled
over `black` (default in `python-lsp-server`).

This should remain in draft pending a new release of
`python-lsp-server`.

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [ ] I have run the code and verified that it works as expected.

## 📜 Reviewers

mscolnick

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants