Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for env_ignore_empty (0.19 sec)

  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
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top