.gitignore
CLAUDE.md
LICENSE.txt
README.md
action.yml
pyproject.toml
.claude/.gitkeep
.github/workflows/documentation.yml
.github/workflows/release.yml
src/assert_pytest_fixture_name_is_needed/__init__.py
src/assert_pytest_fixture_name_is_needed/__main__.py
src/assert_pytest_fixture_name_is_needed/cli.py
src/assert_pytest_fixture_name_is_needed/py.typed
src/assert_pytest_fixture_name_is_needed/scanner.py
src/assert_pytest_fixture_name_is_needed.egg-info/PKG-INFO
src/assert_pytest_fixture_name_is_needed.egg-info/SOURCES.txt
src/assert_pytest_fixture_name_is_needed.egg-info/dependency_links.txt
src/assert_pytest_fixture_name_is_needed.egg-info/entry_points.txt
src/assert_pytest_fixture_name_is_needed.egg-info/scm_file_list.json
src/assert_pytest_fixture_name_is_needed.egg-info/scm_version.json
src/assert_pytest_fixture_name_is_needed.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/samples.py
test/e2e/__init__.py
test/e2e/conftest.py
test/e2e/test_e2e.py
test/integration/__init__.py
test/integration/conftest.py
test/integration/test_cli.py
test/unit/__init__.py
test/unit/conftest.py
test/unit/test_cli.py
test/unit/test_scanner.py