.coverage
.gitignore
LICENSE
MANIFEST.in
README.md
codebase_snapshot.md
coverage.xml
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/pre-commit-config.yaml
src/vibelint/VIBECHECKER.txt
src/vibelint/__init__.py
src/vibelint/ascii.py
src/vibelint/cli.py
src/vibelint/config.py
src/vibelint/discovery.py
src/vibelint/error_codes.py
src/vibelint/lint.py
src/vibelint/namespace.py
src/vibelint/report.py
src/vibelint/results.py
src/vibelint/snapshot.py
src/vibelint/utils.py
src/vibelint.egg-info/PKG-INFO
src/vibelint.egg-info/SOURCES.txt
src/vibelint.egg-info/dependency_links.txt
src/vibelint.egg-info/entry_points.txt
src/vibelint.egg-info/requires.txt
src/vibelint.egg-info/top_level.txt
src/vibelint/validators/__init__.py
src/vibelint/validators/docstring.py
src/vibelint/validators/encoding.py
src/vibelint/validators/exports.py
src/vibelint/validators/shebang.py
tests/pleasehelpmewritethese.txt
tests/test_cli.py
tests/fixtures/check_success/myproject/pyproject.toml
tests/fixtures/check_success/myproject/src/mypkg/__init__.py
tests/fixtures/check_success/myproject/src/mypkg/module.py
tests/fixtures/fix_missing_all/fixproj/another.py
tests/fixtures/fix_missing_all/fixproj/needs_fix.py
tests/fixtures/fix_missing_all/fixproj/pyproject.toml