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

Add typing to public API #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Secrus
Copy link

@Secrus Secrus commented Aug 16, 2024

Resolves: #69

tox.ini Outdated
Comment on lines 26 to 30
[testenv:typing]
deps =
mypy
commands =
mypy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be useful to also add mypy to CI?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since CI runs tox, wouldn't this be run in CI anyway?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It won’t because you did not add it to envlist

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that means that tests are also not being run (and looking at CI logs, that is the case)

@Secrus Secrus requested a review from uranusjr October 27, 2024 20:05
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.

[Question] Are you open to adding type annotations?
2 participants