-
-
Notifications
You must be signed in to change notification settings - Fork 643
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
We should partition (but likely not batch) check
inputs
#17328
Comments
cough... |
Agreed. #17315 also suggests that we should be partitioning in |
I'm not sure that the "bug" label is accurate though, as all implementations which need partitioning are already doing it internally. |
Oh feel free to change the label 😛 |
Per #17315, whatever partitioning mechanism exists should be able to partition based on |
What makes |
Describe the bug
fmt
lint
fix
andtest
(soon) are all partitioning their inputs on plugin-provided criteria.mypy
is a great example of this, and I think it helps the code to have the split be built-in to the core rule.The text was updated successfully, but these errors were encountered: