dvershinin / lastversion

1 blank line required after class docstring FLK-D204
Documentation
Minor
3 months ago2 years old
1 blank line required after class docstring
 9
10
11class HelmChartRepoSession(BaseProjectHolder):
12    """Helm Chart repo session."""13    # Any URI identifies a project
14    REPO_IS_URI = True
15
1 blank line required after class docstring
 21
 22
 23class HolderFactory:
 24    """ 25    Holders are order in a way that the ones that can be matched by domain and can't be self-hosted go first
 26    With the last ones being dynamic (feed lookup, etc.)
 27    """
1 blank line required after class docstring
 5
 6
 7class BitBucketRepoSession(BaseProjectHolder):
 8    """BitBucket repository session.""" 9    DEFAULT_HOSTNAME = "bitbucket.org"
10    CAN_BE_SELF_HOSTED = True
11    KNOWN_REPO_URLS = {