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

Claim strong typing #27

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Claim strong typing #27

merged 3 commits into from
Nov 11, 2024

Conversation

LachJones
Copy link
Contributor

@LachJones LachJones commented Oct 27, 2024

As described in #26 this PR claims explicit typing of the library, allowing for type checkers to examine types in this codebase and enable type checking of other codebases which import this library.

There are no intended changes to library behaviour in this PR. There is an additional job added to the workflows file which performs type checking alongside already existing tests.

Typing errors on imports in datafile.py have been ignored, as these imports are python version dependant and will fail for the import intended for other versions of python, much in the same way the import itself will fail (due to not being able to find that import).

Closes #26.

@LBeaudoux
Copy link
Owner

Thank you for contributing to this library. I've finally taken the time to find out more about type information distribution and I don't see anything to change in your pull request. Can I merge?

@LachJones
Copy link
Contributor Author

Thanks for the feedback @LBeaudoux! I'm happy for you to merge this if you don't have any changes you'd like made.

Thanks for all the great work you do maintaining this library, it's very appreciated.

@LBeaudoux
Copy link
Owner

I merge. A new release should be out soon. Thanks again for your time @LachJones.

@LBeaudoux LBeaudoux merged commit ef61f20 into LBeaudoux:master Nov 11, 2024
18 checks passed
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.

Explicitly claim typing
2 participants