LICENSE
README.md
pyproject.toml
src/gaudi/__init__.py
src/gaudi/cli.py
src/gaudi/config.py
src/gaudi/core.py
src/gaudi/engine.py
src/gaudi/excludes.py
src/gaudi/formats.py
src/gaudi/pack.py
src/gaudi/philosophy.py
src/gaudi/py.typed
src/gaudi/packs/__init__.py
src/gaudi/packs/ops/__init__.py
src/gaudi/packs/ops/context.py
src/gaudi/packs/ops/pack.py
src/gaudi/packs/ops/parser.py
src/gaudi/packs/ops/rules/__init__.py
src/gaudi/packs/ops/rules/dockerfile.py
src/gaudi/packs/python/__init__.py
src/gaudi/packs/python/context.py
src/gaudi/packs/python/pack.py
src/gaudi/packs/python/parser.py
src/gaudi/packs/python/rules/__init__.py
src/gaudi/packs/python/rules/alembic.py
src/gaudi/packs/python/rules/anthropic_rules.py
src/gaudi/packs/python/rules/api_design.py
src/gaudi/packs/python/rules/architecture.py
src/gaudi/packs/python/rules/async_rules.py
src/gaudi/packs/python/rules/bloaters.py
src/gaudi/packs/python/rules/boto3.py
src/gaudi/packs/python/rules/celery.py
src/gaudi/packs/python/rules/change_preventers.py
src/gaudi/packs/python/rules/complexity.py
src/gaudi/packs/python/rules/config_rules.py
src/gaudi/packs/python/rules/couplers.py
src/gaudi/packs/python/rules/dependency.py
src/gaudi/packs/python/rules/dispensables.py
src/gaudi/packs/python/rules/dj_arch.py
src/gaudi/packs/python/rules/django.py
src/gaudi/packs/python/rules/domain.py
src/gaudi/packs/python/rules/drf.py
src/gaudi/packs/python/rules/errors.py
src/gaudi/packs/python/rules/fastapi.py
src/gaudi/packs/python/rules/flask.py
src/gaudi/packs/python/rules/layers.py
src/gaudi/packs/python/rules/logging_rules.py
src/gaudi/packs/python/rules/oo_abusers.py
src/gaudi/packs/python/rules/ops.py
src/gaudi/packs/python/rules/packaging.py
src/gaudi/packs/python/rules/pandas.py
src/gaudi/packs/python/rules/py314.py
src/gaudi/packs/python/rules/pydantic.py
src/gaudi/packs/python/rules/pytest_rules.py
src/gaudi/packs/python/rules/requests_rules.py
src/gaudi/packs/python/rules/security.py
src/gaudi/packs/python/rules/services.py
src/gaudi/packs/python/rules/smells.py
src/gaudi/packs/python/rules/sqlalchemy.py
src/gaudi/packs/python/rules/stability.py
src/gaudi/packs/python/rules/types.py
src/gaudi/tools/__init__.py
src/gaudi/tools/fixture_coverage.py
src/gaudi_linter.egg-info/PKG-INFO
src/gaudi_linter.egg-info/SOURCES.txt
src/gaudi_linter.egg-info/dependency_links.txt
src/gaudi_linter.egg-info/entry_points.txt
src/gaudi_linter.egg-info/requires.txt
src/gaudi_linter.egg-info/top_level.txt
tests/test_anthropic_rules.py
tests/test_boto3_rules.py
tests/test_dependency_rules.py
tests/test_fixture_corpus.py
tests/test_fixture_corpus_loader.py
tests/test_library_activation.py
tests/test_ops_pack.py
tests/test_overrides_noqa.py
tests/test_parser_excludes.py
tests/test_philosophy_inference.py
tests/test_philosophy_scope.py
tests/test_python_pack.py
tests/test_report_formats.py
tests/test_rule_principle_citations.py