Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 989 Bytes

File metadata and controls

39 lines (29 loc) · 989 Bytes

Configuration Models - vcspull.config.models

This page documents the Pydantic models used to configure VCSPull.

Repository Model

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

Settings Model

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

VCSPullConfig Model

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