-
Notifications
You must be signed in to change notification settings - Fork 2
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 mypy job #40
Add mypy job #40
Conversation
|
Mypy is used to automatically check Python type hints. Signed-off-by: Gondermann <gondermann@b1-systems.de>
What repo do you plan to run this job in? Doing a random test I get:
|
We are working on the osism-flavor-manager, where the exact call stated in the ansible.command should work already. The "no mypy cache directory" is probably related to this: python/mypy#10600 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
O.k., so let's start with this and adapt as needed
Seems to have worked for the flavor manager repo https://github.com/osism/openstack-flavor-manager/pull/37/checks?check_run_id=15009303753 👍 |
Add mypy playbook, role and job definition for use in other Repos
Mypy is used for automatic Python type checking