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

[FEATURE-80] Enforces stricter type hinting #86

Merged

Conversation

apoclyps
Copy link
Owner

@apoclyps apoclyps commented May 8, 2021

What's Changed

closes #80

Applies additional rules to enforce stricter MyPy settings and applies relevant changes to the codebase to apply and enforce stronger type hinting going forward.

Technical Description

Adds several flags to mypy.ini as outlined in https://mypy.readthedocs.io/en/stable/command_line.html for stronger type hinting. Each of these flags is a step closer to being able to use --strict.

@apoclyps apoclyps added enhancement New feature or request python Pull requests that update Python code labels May 8, 2021
@apoclyps apoclyps merged commit a1cadea into main May 8, 2021
@apoclyps apoclyps deleted the kyleharrison/feature-80/enforce-stricter-type-hinting branch May 8, 2021 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add type information to codebase
1 participant