-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove deprecated top-level lint settings #12009
Conversation
6f9f694
to
0d38ea3
Compare
|
Now having seen the ecosystem checks, I think I'd prefer to leave this for now. It seems like it will cause a lot of churn and pain for users, and it doesn't unlock anything new for us. What do you think? |
Yeah this seems to disruptive. We'll need better tooling to support users doing the migration. Closing and deferring until later |
Summary
This PR removes the top-level lint settings in favor of the
lint.*
settings.The top-level settings were deprecated when Ruff formatter was released in October 2023.
Part of #7650
Test Plan
Verified the updated integration tests taht show, that the top-level settings are no longer accepted.