Skip to content

Add typing to public API#88

Open
Secrus wants to merge 2 commits intosarugaku:masterfrom
Secrus:add-typing
Open

Add typing to public API#88
Secrus wants to merge 2 commits intosarugaku:masterfrom
Secrus:add-typing

Conversation

@Secrus
Copy link
Copy Markdown

@Secrus Secrus commented Aug 16, 2024

Resolves: #69

Comment on lines +26 to +30
[testenv:typing]
deps =
mypy
commands =
mypy
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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