Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for env_ignore_empty (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. scripts/notify_translations.py

        repository: AllDiscussionsRepository
    
    
    class AllDiscussionsResponse(BaseModel):
        data: AllDiscussionsData
    
    
    class Settings(BaseSettings):
        model_config = {"env_ignore_empty": True}
    
        github_repository: str
        github_token: SecretStr
        github_event_path: Path
        github_event_name: Union[str, None] = None
        httpx_timeout: int = 30
        debug: Union[bool, None] = False
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 21:25:59 GMT 2025
    - 12.7K bytes
    - Click Count (0)
Back to Top