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

Enable mypy review for pyshacl.cli:main and fix reported issues #192

Merged
merged 5 commits into from
Mar 19, 2024

Commits on Jul 25, 2023

  1. Enable mypy review for pyshacl.cli:main and fix reported issues

    This patch updates the results of `mypy --ignore-missing-imports`, run
    only against `/pyshacl/cli.py`:
    
    | Count | Type-reviewed state               |
    | ----- | --------------------------------- |
    |     0 | Current `master` branch state     |
    |    40 | Only designating `main() -> None` |
    |     0 | Committed state                   |
    
    This patch updates the results of `mypy --ignore-missing-imports`, run
    against `/pyshacl`:
    
    | Count | Type-reviewed state                           |
    | ----- | --------------------------------------------- |
    |    20 | Current `master` branch state                 |
    |    61 | Only designating `main() -> None` in `cli.py` |
    |    21 | Committed state of `cli.py`                   |
    |    20 | Committed state including `main.py`           |
    
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e880e62 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    9c7479a View commit details
    Browse the repository at this point in the history
  2. Restore do_server check

    This patch also cleans away some typing symbols added when trying to
    make the "server mode" `args` variable work, but that became vestigial.
    
    Reported-by: Ashley Sommer <[email protected]>
    Signed-off-by: Alex Nelson <[email protected]>
    ajnelson-nist committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    71d16c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    ef4c857 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    18cbe68 View commit details
    Browse the repository at this point in the history