-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Add type annotations and refactor test utilities #133
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
Conversation
Added explicit type annotations to test functions and variables for improved type safety and clarity. Refactored test predicates in test_find_util.py to named functions for better readability. Updated imports and variable declarations to use modern typing and collections. Minor cleanup in test_markdown_utils.py to remove unused imports.
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/133/head:pr-133
git checkout pr-133This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord-next@refs/pull/133/head |
Not to nitpick, but the summary is supposed to go in the summary section |
i created the pull request from github desktop |
Signed-off-by: Paillat <[email protected]>
Added explicit type annotations to test functions and variables for improved type safety and clarity. Refactored test predicates in test_find_util.py to named functions for better readability. Updated imports and variable declarations to use modern typing and collections. Minor cleanup in test_markdown_utils.py to remove unused imports.
Summary
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.