LICENSE
README.md
pyproject.toml
mypy_raise/__init__.py
mypy_raise/decorator.py
mypy_raise/plugin.py
mypy_raise/py.typed
mypy_raise.egg-info/PKG-INFO
mypy_raise.egg-info/SOURCES.txt
mypy_raise.egg-info/dependency_links.txt
mypy_raise.egg-info/requires.txt
mypy_raise.egg-info/top_level.txt
mypy_raise/raising/__init__.py
mypy_raise/raising/checker.py
mypy_raise/raising/stdlib_exceptions.py
mypy_raise/raising/types.py
mypy_raise/raising/visitor.py
mypy_raise/tests/__init__.py
mypy_raise/tests/test_internals.py
mypy_raise/tests/test_plugin.py
mypy_raise/tests/resources/__init__.py
mypy_raise/tests/resources/async_functions.py
mypy_raise/tests/resources/bare_raise.py
mypy_raise/tests/resources/call_explicit_raiser.py
mypy_raise/tests/resources/call_safe_function.py
mypy_raise/tests/resources/call_unsafe_function.py
mypy_raise/tests/resources/chained_attributes.py
mypy_raise/tests/resources/classmethod_functions.py
mypy_raise/tests/resources/correct_exception_declaration.py
mypy_raise/tests/resources/custom_config.py
mypy_raise/tests/resources/declaration_hierarchy.py
mypy_raise/tests/resources/exception_caught.py
mypy_raise/tests/resources/exception_hierarchy.py
mypy_raise/tests/resources/explicit_raise_in_safe_function.py
mypy_raise/tests/resources/indirect_exception_propagation.py
mypy_raise/tests/resources/instance_methods.py
mypy_raise/tests/resources/missing_exception_declaration.py
mypy_raise/tests/resources/module_exception.py
mypy_raise/tests/resources/multiline_config.py
mypy_raise/tests/resources/no_raise_calls_raiser.py
mypy_raise/tests/resources/none_tracking.py
mypy_raise/tests/resources/property_methods.py
mypy_raise/tests/resources/safe_function.py
mypy_raise/tests/resources/staticmethod_functions.py
mypy_raise/tests/resources/stdlib_exception.py
mypy_raise/tests/resources/strict_mode.py
mypy_raise/tests/resources/try_except_handling.py