-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MNT Fixed linting error in plot_select_from_model_diabetes.py
#26915
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
Conversation
We did not catch it in that PR because the last CI run was prior to the introduction of ruff with isort rules, right ? |
Yup that's definitely going to be my pattern from now on as well. I think, in this instance, I didn't realize how old the last run was 😅 |
We should probably have something which blocks merges if they haven't been synced with main for more than like 3 days lol |
Also note this will need a manual merge due to the failing |
Reference Issues/PRs
Fixes linting error introduced in #26205
What does this implement/fix? Explain your changes.
Applied
ruff check --select I --fix examples/feature_selection/plot_select_from_model_diabetes.py
Any other comments?