LICENSE
README.md
pyproject.toml
src/pytest_tidy/__init__.py
src/pytest_tidy/__main__.py
src/pytest_tidy/astutils.py
src/pytest_tidy/autofix.py
src/pytest_tidy/cli.py
src/pytest_tidy/config.py
src/pytest_tidy/context.py
src/pytest_tidy/discovery.py
src/pytest_tidy/engine.py
src/pytest_tidy/models.py
src/pytest_tidy/plugin.py
src/pytest_tidy/py.typed
src/pytest_tidy/reporting.py
src/pytest_tidy.egg-info/PKG-INFO
src/pytest_tidy.egg-info/SOURCES.txt
src/pytest_tidy.egg-info/dependency_links.txt
src/pytest_tidy.egg-info/entry_points.txt
src/pytest_tidy.egg-info/requires.txt
src/pytest_tidy.egg-info/top_level.txt
src/pytest_tidy/rules/__init__.py
src/pytest_tidy/rules/assertions.py
src/pytest_tidy/rules/base.py
src/pytest_tidy/rules/exceptions.py
src/pytest_tidy/rules/fixtures.py
src/pytest_tidy/rules/markers.py
src/pytest_tidy/rules/mocking.py
src/pytest_tidy/rules/structure.py
src/pytest_tidy/rules/timing.py
tests/test_autofix.py
tests/test_cli.py
tests/test_config.py
tests/test_discovery.py
tests/test_engine.py
tests/test_plugin.py
tests/test_rules_assertions.py
tests/test_rules_catalog.py
tests/test_rules_exceptions.py
tests/test_rules_fixtures.py
tests/test_rules_markers.py
tests/test_rules_mocking.py
tests/test_rules_structure.py
tests/test_rules_timing.py