CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
flake8_raise.py
setup.cfg
setup.py
tox.ini
flake8_raise.egg-info/PKG-INFO
flake8_raise.egg-info/SOURCES.txt
flake8_raise.egg-info/dependency_links.txt
flake8_raise.egg-info/entry_points.txt
flake8_raise.egg-info/requires.txt
flake8_raise.egg-info/top_level.txt
tests/test_flake8_raise.py
tests/data/bare_raise.py
tests/data/nested_bare_raise.py
tests/data/nested_no_raise.py
tests/data/nested_raise_from.py
tests/data/nested_raise_without_from.py
tests/data/nested_raise_without_from.txt
tests/data/no_raise.py
tests/data/raise_after_except.py
tests/data/raise_from.py
tests/data/raise_inside_def.py
tests/data/raise_no_except.py
tests/data/raise_with_arg.py
tests/data/raise_with_attribute_with_empty_parentheses.py
tests/data/raise_with_attribute_with_empty_parentheses.txt
tests/data/raise_with_attribute_without_parentheses.py
tests/data/raise_with_empty_parentheses.py
tests/data/raise_with_empty_parentheses.txt
tests/data/raise_with_empty_parentheses_noqa.py
tests/data/raise_with_kwarg.py
tests/data/raise_with_starargs.py
tests/data/raise_with_starkwargs.py
tests/data/raise_without_from.py
tests/data/raise_without_from.txt
tests/data/raise_without_parentheses.py
tests/data/reraise_exception_after_other_except.py
tests/data/reraise_exception_after_other_except.txt
tests/data/reraise_exception_after_other_except_bare_raise.py
tests/data/reraise_outer_exception.py
tests/data/reraise_same_exception.py
tests/data/reraise_same_exception.txt