ruff
cee38f39
- [`flake8-blind-expect`] Allow raise from in `BLE001` (#11131)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#11131 - [`flake8-blind-expect`] Allow raise from in `BLE001`
Author
autinerd
Parents
e3fde281
Loading