.gitignore
CONTRIBUTING.rst
LICENSE
README.rst
changelog.md
pyproject.toml
tox.ini
.github/workflows/publication.yml
.github/workflows/validation.yml
src/pytest_mypy/__init__.py
src/pytest_mypy/py.typed
src/pytest_mypy.egg-info/PKG-INFO
src/pytest_mypy.egg-info/SOURCES.txt
src/pytest_mypy.egg-info/dependency_links.txt
src/pytest_mypy.egg-info/entry_points.txt
src/pytest_mypy.egg-info/requires.txt
src/pytest_mypy.egg-info/top_level.txt
tests/conftest.py
tests/test_pytest_mypy.py