fix: suppress mypy false positive on pydantic-settings required field

This commit is contained in:
Pouzor
2026-03-09 00:15:42 +01:00
parent 6ace796c8b
commit 41e29ac199
+1 -1
View File
@@ -14,4 +14,4 @@ class Settings(BaseSettings):
access_token_expire_minutes: int = 1440 # 24h
settings = Settings()
settings = Settings() # type: ignore[call-arg] # pydantic-settings loads secret_key from env