pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

Apply flake8-bugbear rule #211

Closed DimitriPapadopoulos closed 8 months ago

DimitriPapadopoulos commented 8 months ago

B904 Within an except clause, raise exceptions with raise ... from err or raise ... from None to distinguish them from errors in exception handling