dvershinin / lastversion

Multi-line docstring closing quotes should be on a separate line FLK-D209
Documentation
Minor
1 occurrence in this check
Multi-line docstring closing quotes should be on a separate line
461
462
463def test_tags_only_repo():
464    """A repo may never published a formal release which results465    in a completely empty releases atom without any formal and non-formal tags
466    See #63"""
467    repo = 'https://github.com/lastversion-test-repos/cpython'