ruff
ruff copied to clipboard
Remove deprecated configuration options
Remove configuration options that are marked as deprecated.
Looks like a nice place to start contributing to this super tool!
As of today:
show-sourcetab-size- Top level lint settings
extend-ignoreextend-unfixableignore-init-module-imports
ignore-init-module-imports
This option has only been deprecated with Ruff 0.4.4 (https://github.com/astral-sh/ruff/pull/11436) and the new behavior is still gated behind preview (we may want to promote it to stable?). I think we should wait with removing the option until after the new F401 behavior has been stabilized
There's also the output-format text that is deprecated and that we probably should remove
I'll close this and will create specific deprecation tasks to ease tracking of what needs to be deprecated/errored/removed when.