ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Remove deprecated configuration options

Open MichaReiser opened this issue 2 years ago • 1 comments

Remove configuration options that are marked as deprecated.

MichaReiser avatar Sep 25 '23 09:09 MichaReiser

Looks like a nice place to start contributing to this super tool!

tibor-reiss avatar Feb 04 '24 19:02 tibor-reiss

As of today:

  • show-source
  • tab-size
  • Top level lint settings
  • extend-ignore
  • extend-unfixable
  • ignore-init-module-imports

MichaReiser avatar Jun 21 '24 12:06 MichaReiser

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

MichaReiser avatar Jun 24 '24 07:06 MichaReiser

There's also the output-format text that is deprecated and that we probably should remove

MichaReiser avatar Jun 24 '24 08:06 MichaReiser

I'll close this and will create specific deprecation tasks to ease tracking of what needs to be deprecated/errored/removed when.

MichaReiser avatar Jun 26 '24 08:06 MichaReiser