This page documents the Pydantic models used to configure VCSPull.
The Repository model represents a single repository configuration.
.. autopydantic_model:: vcspull.config.models.Repository
:inherited-members: BaseModel
:model-show-json: True
:model-show-field-summary: True
:field-signature-prefix: param
The Settings model controls global behavior of VCSPull.
.. autopydantic_model:: vcspull.config.models.Settings
:inherited-members: BaseModel
:model-show-json: True
:model-show-field-summary: True
:field-signature-prefix: param
The VCSPullConfig model is the root configuration model for VCSPull.
.. autopydantic_model:: vcspull.config.models.VCSPullConfig
:inherited-members: BaseModel
:model-show-json: True
:model-show-field-summary: True
:field-signature-prefix: param