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

Fix redefined-outer-name #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RatishT
Copy link

@RatishT RatishT commented Jun 19, 2024

Changes Made:

  • Applied automated fixes for the pylint warning redefined-outer-name.
    "Used when a variable's name hides a name defined in an outer scope or except handler."

Note:
This pull request is part of a research project conducted by researchers from TU Delft, titled "PyWarnFixer: Using ML to Fix Pylint Warnings." The goal of this study is to investigate the perceptions and practices of code quality among developers in Python open-source projects and to develop a tool that uses AI to automatically fix pylint warnings.

Research Study Information:

This pull request is part of a research project. For more information about the study, please visit the project's information page.

Consent to Participate:

If you review this pull request, you are invited to participate in our study. Your participation is voluntary. To provide your consent, just open an issue in our repository with the provided template using the following link: consent issue template .


Thank you for considering participation in our research. Your feedback is crucial and highly valued. If you have any questions or concerns, please contact the Responsible Researcher at [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant