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

chore(pipelined): Make mypy green #12950

Merged
merged 1 commit into from
Jun 10, 2022

Commits on Jun 10, 2022

  1. chore(pipelined): Make mypy green

    Fix various type issues for pipelined.
    - Correct a few wrong argument or variable types
    - Add type stubs for mixins
    - Ignore some false positives
    - Raise ValueError instead of NPE
    - Extract method to handle all types of error in tc_ops_pyroute2
    - Add null checks in test code
    
    Signed-off-by: Sebastian Thomas <sebastian.thomas@tngtech.com>
    sebathomas committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    64290b3 View commit details
    Browse the repository at this point in the history