allow extra settings from pyproject.toml (#8526)

This commit is contained in:
Terry Jia 2025-06-13 23:11:55 -04:00 committed by GitHub
parent 6673939e76
commit 803af1e0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,4 +90,4 @@ class PyProjectSettings(BaseSettings):
tool: dict = Field(default_factory=dict) tool: dict = Field(default_factory=dict)
model_config = SettingsConfigDict() model_config = SettingsConfigDict(extra='allow')