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

Dealing with name conflicts between attributes and globals #372

Closed

Conversation

johndoknjas
Copy link
Contributor

Aims to resolve #371. My changes work on a basic test script I fed vulture, but I'm not sure whether they're good in the general case.

Description

Related Issue

Checklist:

  • I have updated the documentation in the README.md file or my changes don't require an update.
  • I have added an entry in CHANGELOG.md.
  • I have added or adapted tests to cover my changes.
  • I have run pre-commit run --all-files to format and lint my code.

@johndoknjas johndoknjas marked this pull request as draft October 5, 2024 11:25
@johndoknjas johndoknjas closed this Oct 5, 2024
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.

False negative when two locals or a class attribute and global have the same name
1 participant