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

[develop] Throw specific Exception instead of generic one #1645

Merged
merged 2 commits into from
Jan 17, 2023

Commits on Jan 17, 2023

  1. Throw specific Exception instead of generic one

    This to solve check flake8 B017
    
    Also disable B028 flake8-bugbear lint check recently implemented.
    The check is going to be disabled by the flake8-bugbear developers. See Rename B028 to B907, making it optional/opinionated. PyCQA/flake8-bugbear#333
    
    Fix color formatting on flake8 style offenses.
    
    Signed-off-by: Luca Carrogu <carrogu@amazon.com>
    lukeseawalker committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    77b545a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ebe92 View commit details
    Browse the repository at this point in the history