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

✨ Add option to set the width of the Rich exception output #528

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2024

  1. add pretty_exceptions_width to DeveloperExceptionConfig

    adding new attribute in DeveloperExceptionConfig to allow
    setting width for rick traceback.
    indiVar0508 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    637a6a1 View commit details
    Browse the repository at this point in the history
  2. add pretty_exceptions_width in Typer class

    add `pretty_exceptions_width` in typer class to be used by
    `DeveloperConfigException` to allow setting width of traceback
    boxes.
    indiVar0508 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f4b44a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    0d209d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0460e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e81d23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c82ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d87cfd View commit details
    Browse the repository at this point in the history
  6. avoid F841 error

    svlandeg committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cb05984 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45e9736 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9d9fc0 View commit details
    Browse the repository at this point in the history
  9. fix test

    svlandeg committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ea2d475 View commit details
    Browse the repository at this point in the history