Remove deprecated configuration '--show-source` (#9814)

Co-authored-by: Micha Reiser <micha@reiser.io>
Fixes parts of https://github.com/astral-sh/ruff/issues/7650
This commit is contained in:
Tibor Reiss
2024-06-24 10:52:17 +02:00
committed by GitHub
parent 5232835a40
commit ab9b050ecd
10 changed files with 76 additions and 263 deletions

View File

@@ -576,10 +576,6 @@ Options:
--unsafe-fixes
Include fixes that may not retain the original intent of the code.
Use `--no-unsafe-fixes` to disable
--show-source
Show violations with source code. Use `--no-show-source` to disable.
(Deprecated: use `--output-format=full` or `--output-format=concise`
instead of `--show-source` and `--no-show-source`, respectively)
--show-fixes
Show an enumeration of all fixed lint violations. Use
`--no-show-fixes` to disable