Skip to content

Fix code quality issues: silent exceptions, type hints, dead code#2885

Open
Rsan0948 wants to merge 1 commit intosherlock-project:masterfrom
Rsan0948:fix-sherlock-quality
Open

Fix code quality issues: silent exceptions, type hints, dead code#2885
Rsan0948 wants to merge 1 commit intosherlock-project:masterfrom
Rsan0948:fix-sherlock-quality

Conversation

@Rsan0948
Copy link
Copy Markdown

@Rsan0948 Rsan0948 commented Apr 5, 2026

  • Replace 5 bare except:pass blocks with logging.debug()

  • Add type annotations to QueryNotify, QueryResult, SiteInformation

  • Fix ignored username_unclaimed parameter in SiteInformation

  • Prefix unused signal_received parameter with _ (convention)

  • Add return type hints to helper functions (get_response, multiple_usernames, etc.)

  • All done using HelicOps

- Replace 5 bare except:pass blocks with logging.debug()

- Add type annotations to QueryNotify, QueryResult, SiteInformation

- Fix ignored username_unclaimed parameter in SiteInformation

- Prefix unused signal_received parameter with _ (convention)

- Add return type hints to helper functions (get_response, multiple_usernames, etc.)
@Rsan0948 Rsan0948 force-pushed the fix-sherlock-quality branch from f7a2a0c to b5a2417 Compare April 5, 2026 21:06
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.

1 participant