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

Run mypy outside of pre-commit in its own job #6186

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Conversation

michaelosthege
Copy link
Member

Closes #5907

What is this PR about?
Speeding up pre-commit by running mypy in a dedicated job in GitHub Actions.

The job definition is a stripped-down version of the one in the tests.yml action.

Checklist

Major / Breaking Changes

  • None

Bugfixes / New features

  • None

Docs / Maintenance

  • mypy now runs as its own job on GitHub Actions and is no longer part of the pre-commit steps.

@michaelosthege michaelosthege self-assigned this Oct 5, 2022
@michaelosthege michaelosthege force-pushed the issue-5907 branch 2 times, most recently from f4c5cd7 to d96a518 Compare October 5, 2022 16:04
@michaelosthege michaelosthege changed the title Run mypy outside of pre-commit in its own job Run mypy outside of pre-commit in its own job 🔥 Oct 5, 2022
@michaelosthege michaelosthege marked this pull request as ready for review October 5, 2022 17:07
@ricardoV94 ricardoV94 changed the title Run mypy outside of pre-commit in its own job 🔥 Run mypy outside of pre-commit in its own job Oct 5, 2022
@michaelosthege michaelosthege merged commit abe7cdd into main Oct 5, 2022
@michaelosthege michaelosthege deleted the issue-5907 branch October 5, 2022 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove mypy from pre-commit
2 participants