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

Typing #44

Merged
merged 2 commits into from
Aug 28, 2023
Merged

Typing #44

merged 2 commits into from
Aug 28, 2023

Conversation

mrwilson
Copy link
Owner

@mrwilson mrwilson commented Aug 28, 2023

Resolves #43 by adding return types, and type-checking with mypy as part of the pre-merge check process.

This highlighted where a variable was being reused for different purposes (a list of status lines, and the actual result status)

@mrwilson mrwilson force-pushed the typing branch 2 times, most recently from b4ef126 to 73276af Compare August 28, 2023 13:04
@mrwilson mrwilson merged commit bd40e14 into master Aug 28, 2023
5 checks passed
@mrwilson mrwilson deleted the typing branch August 28, 2023 13:09
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.

Typing
1 participant