Skip to content

Add requirements.txt and improve Python type hints#83

Draft
cursor[bot] wants to merge 1 commit intomainfrom
cursor/repository-code-quality-1702
Draft

Add requirements.txt and improve Python type hints#83
cursor[bot] wants to merge 1 commit intomainfrom
cursor/repository-code-quality-1702

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor Bot commented Mar 13, 2026

Code quality improvements:

  • Created requirements.txt with pinned dependency versions
  • Added missing PyYAML dependency
  • Added type hints to utility functions (prRed, prGreen, prYellow, chromeBrowserOptions, writeResults, printInfoMes)
  • Improved code formatting consistency
Open in Web View Automation 

- Create proper requirements.txt file with pinned dependency versions
- Add missing PyYAML dependency (imported in linkedin.py but not listed)
- Add return type hints to print helper functions (prRed, prGreen, prYellow)
- Add return type hint to chromeBrowserOptions() and writeResults()
- Add return type hint to printInfoMes() function
- Improve code formatting (spacing in function calls)

Co-authored-by: Ongun Demirag <ongun@ongundemirag.com>
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