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

[WIP] Introduce mypy #152

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

[WIP] Introduce mypy #152

wants to merge 1 commit into from

Conversation

mpagot
Copy link
Contributor

@mpagot mpagot commented Oct 23, 2023

Introduce mypy ad dev dependency.
Add mypy as make target.
Fix some mase errors.

Introduce mypy ad dev dependency.
Add mypy as make target.
Fix some mase errors.
@@ -23,7 +23,8 @@ def __call__(
) -> List[Dict[str, Any]]:
pass

@abstractstaticmethod
Copy link
Member

Choose a reason for hiding this comment

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

why this ?

Copy link
Contributor Author

@mpagot mpagot Jan 30, 2024

Choose a reason for hiding this comment

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

https://docs.python.org/3/library/abc.html#abc.abstractclassmethod

Honestly I do not remember as this PR has been created long time ago but I think it was pylint reporting that https://pylint.readthedocs.io/en/latest/user_guide/messages/warning/deprecated-decorator.html

Copy link
Contributor

mergify bot commented Feb 8, 2024

This pull request is now in conflicts. Could you fix it? 🙏

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.

2 participants