Skip to content
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

Completely remove click echo #6324

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

Completely remove click echo #6324

wants to merge 19 commits into from

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Dec 10, 2024

Continuing the work to get rid of click.echo ...

@oz123 oz123 force-pushed the completely-remove-click-echo branch 4 times, most recently from 275af4b to d952ceb Compare December 10, 2024 22:31
oz123 added 19 commits December 10, 2024 23:33
Extracting value from dictionary without calling `.items()`

Even though we're using `keys` ruff complains ...

Signed-off-by: Oz Tiram <[email protected]>
This version supports modern python versions

Signed-off-by: Oz Tiram <[email protected]>
These were breaking on python3.8 which is now EOL.

Signed-off-by: Oz Tiram <[email protected]>
rich respects the NO_COLOR  environment variable.

Signed-off-by: Oz Tiram <[email protected]>
We never really made any usage of click's `ClickException.show()`.
Hence, it is ok to just get read of the ClickException base class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant