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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add B904 - Use raise ... from err in except clauses #181

Merged
merged 5 commits into from Sep 9, 2021
Merged

Add B904 - Use raise ... from err in except clauses #181

merged 5 commits into from Sep 9, 2021

Commits on Sep 7, 2021

  1. Strip trailing whitespace

    Zac-HD committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    af80c02 View commit details
    Browse the repository at this point in the history
  2. Add B018 - use exc chaining

    Zac-HD committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    4fd2e86 View commit details
    Browse the repository at this point in the history
  3. Format with black

    Zac-HD committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    235ebae View commit details
    Browse the repository at this point in the history
  4. Allow explicit re-raise

    This is useful when you want to explicitly modify the traceback, as done by Hypothesis and Trio
    Zac-HD committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    07a3c3d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

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