- Now include
CHANGELOG.rst
,LICENSE
,tox.ini
, andtests
in the source distribution. - Improved "R101 Use bare raise in except handler" for Python 3 nested
except
handlers. - Changed version string use
importlib.metadata
. Requires the dependency on importlib-metadata for Python < 3.8. - Added "R102 unnecessary parentheses on raised exception" rule.
- Added "R101 Use bare raise in except handler" rule.
- Restructured test suite to reduce boilerplate.
- Fixed malformed reStructuredText syntax in README.rst to allow upload to PyPI.
- Fixed malformed reStructuredText syntax in README.rst to allow upload to PyPI.
- Added "R100 raise in except handler without from" rule.