python-lsp / python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community
MIT License
1.95k stars 194 forks source link

[Codegen] πŸ”§ Convert Function Calls to Use Named Kwargs #582

Closed agserrano3 closed 1 month ago

agserrano3 commented 4 months ago

πŸš€ Hi there!

I'm Toni GarcΓ­a, a colleague of @bagel897. Together, we're committed to improving code quality through automatically generated codemods. Our mission is to help maintain high standards by automating issue detection and resolution. πŸ”βœ¨

πŸŽ‰ We're excited to start collaborating with your team! In our upcoming PRs, you can expect to see:

πŸ“ˆ Improvements in code quality. πŸ€– Automation of common issues. πŸ› οΈ Resolutions for existing problems. These changes aim to be low-effort for the maintainers but highly effective in keeping the codebase clean and efficient.

πŸ”§ For this second PR, we have focused on adding the name of the parameter into the function calls. That will make the code easier to read and more error-proof πŸ‘Œ

πŸ“¬ FAQ

If you encounter any issues with the PR or want to discuss anything further, feel free to email me at toni@codegen.com. I'm always here to help and happy to talk to a human! πŸ™‹β€β™‚οΈ

Codegen β€’ What is Codegen?

Codegen unleashes the power of ⚑ GPT-4 code mods ⚑, fully integrated into your development workflow.

Learn more

Looking forward to your feedback and collaboration!

Cheers, Toni and Ellen

agserrano3 commented 3 months ago

@ccordoba12 I have now solved the conflicts with this PR (plus fixed some ruff issues). It should be ready to go :)