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

Apply ruff/bugbear rules (B) #787

Merged
merged 6 commits into from
Aug 8, 2024
Merged

Commits on Aug 7, 2024

  1. Apply ruff/bugbear rule B904

    	B904 Within an `except` clause, raise exceptions with `raise ... from err` or
    	     `raise ... from None` to distinguish them from errors in exception handling
    DimitriPapadopoulos committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    339c50d View commit details
    Browse the repository at this point in the history
  2. Apply ruff/bugbear rule B028

    	B028 No explicit `stacklevel` keyword argument found
    DimitriPapadopoulos committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fa73506 View commit details
    Browse the repository at this point in the history
  3. Apply ruff/bugbear rule B018

    	B018 Found useless expression. Either assign it to a variable or remove it.
    DimitriPapadopoulos committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    afdd79a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1328d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cebabbb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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