-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[CI/Test] expand ruff and yapf for all supported python version #4037
Conversation
Emmm, type check is not included in ruff or yapf. But maybe we can still add this, as they are github hosted ci and freee to use @simon-mo |
@youkaichao it is actually added to mypy.yaml in the master just now!! |
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.
Runtime of these CIs are not really affected right?
Yes. These jobs are run by github. They are free ci resource :) |
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.
Nice
@cadedaniel can you stamp on this pr for merge? |
With this, #4035 should not happen again.