Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
162 B
Python
Raw Permalink Normal View History

"""Constants for the Azure DevOps integration."""
DOMAIN = "azure_devops"
CONF_ORG = "organization"
CONF_PROJECT = "project"
CONF_PAT = "personal_access_token"