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

ENH: Allow required value in reportlet configs. #122

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Interpret 'required' key when present in a reportlets config dictionary.

    If its true and no files/figures were found then raise an exception.
    Report indexer will catch these exceptions and raise a single exception
    at the end of its run with all of the collected reportlet exceptions.
    rwblair authored and effigies committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    85392c3 View commit details
    Browse the repository at this point in the history
  2. run ruff format

    rwblair authored and effigies committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    be1cb02 View commit details
    Browse the repository at this point in the history
  3. fix unused import

    rwblair authored and effigies committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bb6a6d9 View commit details
    Browse the repository at this point in the history
  4. fix too long line in exceptions.py

    rwblair authored and effigies committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9f5eacd View commit details
    Browse the repository at this point in the history
  5. Update nireports/exceptions.py

    oesteban authored and effigies committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e9b3a82 View commit details
    Browse the repository at this point in the history