.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierrc
.vale.ini
CHANGELOG.rst
CODE_OF_CONDUCT.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
spelling_private_dict.txt
zizmor.yml
.github/dependabot.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/towncrier_template.rst.jinja
newsfragments/.gitkeep
src/pytest_partition_check/__init__.py
src/pytest_partition_check/_core.py
src/pytest_partition_check/cli.py
src/pytest_partition_check/plugin.py
src/pytest_partition_check/py.typed
src/pytest_partition_check.egg-info/PKG-INFO
src/pytest_partition_check.egg-info/SOURCES.txt
src/pytest_partition_check.egg-info/dependency_links.txt
src/pytest_partition_check.egg-info/entry_points.txt
src/pytest_partition_check.egg-info/not-zip-safe
src/pytest_partition_check.egg-info/requires.txt
src/pytest_partition_check.egg-info/scm_file_list.json
src/pytest_partition_check.egg-info/scm_version.json
src/pytest_partition_check.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_core.py
tests/test_plugin.py