Skip to content
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

Set return type to None for functions without returns #581

Conversation

agserrano3
Copy link
Contributor

@agserrano3 agserrano3 commented Jul 18, 2024

🚀 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 first PR, we've focused on enhancing code clarity by adding explicit return types for Python methods that do not return anything. This small change helps improve readability and maintainability of the code. 💡

📬 FAQ

If you encounter any issues with the PR or want to discuss anything further, feel free to email me at [email protected]. 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

@ccordoba12
Copy link
Member

Hey @agserrano3, thanks for your contribution! Overall, it looks good to me so kudos to you and @bagel897 on the work you're doing at Codegen!

Please rebase or merge with develop to fix the merge conflicts. That way I'll be able to run our tests.

@ccordoba12 ccordoba12 added enhancement New feature or request task labels Jul 24, 2024
@ccordoba12 ccordoba12 added this to the v1.12.0 milestone Jul 24, 2024
@agserrano3
Copy link
Contributor Author

thanks for you review @ccordoba12 , I have now solved the conflicts

Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @agserrano3!

@ccordoba12 ccordoba12 changed the title [Codegen] 🔄 Set Return Type to None for Functions Without Returns [Codegen] 🔄 Set return type to None for functions without returns Jul 29, 2024
@ccordoba12 ccordoba12 changed the title [Codegen] 🔄 Set return type to None for functions without returns Set return type to None for functions without returns Jul 29, 2024
@ccordoba12 ccordoba12 merged commit cabac8e into python-lsp:develop Jul 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants