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

Make use of rich for progress bar #863

Merged
merged 1 commit into from Mar 25, 2022
Merged

Make use of rich for progress bar #863

merged 1 commit into from Mar 25, 2022

Commits on Mar 25, 2022

  1. Make use of rich for the progress bar

    The module rich has an excellent and versatile implementation of a
    progress bar for Python code. Bandit has an existing custom progress
    indicator.
    
    This change makes use of rich for a more visually pleasing progress
    bar and more informational by including metrics.
    
    The down side is that this does add another dependency. But I
    think it can be useful in the future when implementing multi-process
    processing of source code since rich is well adapted for that.
    
    https://github.com/Textualize/rich
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f320143 View commit details
    Browse the repository at this point in the history