gitextract_cd9khm8x/ ├── .gitignore ├── Dockerfile ├── LICENSE ├── Procfile ├── README.md ├── get_installations.py ├── requirements.txt ├── tests/ │ ├── dummy_data.py │ ├── get_installation_id.py │ ├── test_diff_content.py │ ├── test_env.py │ ├── test_pull_request.py │ └── test_spell_checker.py └── typot/ ├── __init__.py ├── api.py ├── env.py ├── model.py ├── pull_request.py └── spell_checker.py