Skip to content

feat(debug): add 5 Python bug detection patterns#190

Open
ErSaloniAi wants to merge 3 commits into
imDarshanGK:mainfrom
ErSaloniAi:feat/python-bug-patterns
Open

feat(debug): add 5 Python bug detection patterns#190
ErSaloniAi wants to merge 3 commits into
imDarshanGK:mainfrom
ErSaloniAi:feat/python-bug-patterns

Conversation

@ErSaloniAi
Copy link
Copy Markdown

Closes #79

Added 5 new Python bug detection patterns:

  • Shadowing built-ins
  • F-string without variable
  • Empty except with pass
  • Open file without context manager
  • Bare return in non-void function

@imDarshanGK
Copy link
Copy Markdown
Owner

@ErSaloniAi Please update the PR with screenshots or implementation proof so the changes can be verified easily.

@ErSaloniAi ErSaloniAi requested a review from imDarshanGK as a code owner May 21, 2026 13:46
@ErSaloniAi
Copy link
Copy Markdown
Author

image

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.

Add 5 new Python bug detection patterns to the engine

2 participants