Full project configuration response.
| 56 | |
| 57 | |
| 58 | class ProjectConfig(TypedDict): |
| 59 | """Full project configuration response.""" |
| 60 | detected_type: str | None |
| 61 | detected_command: str | None |
| 62 | custom_command: str | None |
| 63 | effective_command: str | None |
| 64 | |
| 65 | |
| 66 | # ============================================================================= |
no outgoing calls
no test coverage detected