dvershinin / lastversion

Anomalous backslash detected PY-W0073
Bug risk
Major
1 occurrence in this check
Anomalous backslash in string: '\w'. String constant might be missing an r prefix.
 42def latest(repo, output_format='version', pre_ok=False, assets_filter=None,
 43           short_urls=False, major=None, only=None, at=None,
 44           having_asset=None, exclude=None, even=False):
 45    """Find the latest release version for a project. 46
 47    Args:
 48        major (str): Only consider versions which are "descendants" of this major version string