ruff
cee38f39 - [`flake8-blind-expect`] Allow raise from in `BLE001` (#11131)

Commit
1 year ago
[`flake8-blind-expect`] Allow raise from in `BLE001` (#11131) ## Summary This allows `raise from` in BLE001. ```python try: ... except Exception as e: raise ValueError from e ``` Fixes #10806 ## Test Plan Test case added.
Author
Parents
Loading