Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  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: str | None = None
        httpx_timeout: int = 30
        debug: bool | None = False
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 12.6K bytes
    - Click Count (0)
Back to Top