[WIP] Implement draft version of manifests (build_history_line)

This commit is contained in:
Ayaz Salikhov
2021-04-24 20:21:05 +03:00
parent 74fe3361d7
commit 1f7c6cc0aa
7 changed files with 130 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ def _get_pip_package_version(container, package):
class TaggerInterface:
"""HooksInterface for all hooks common interface"""
"""Common interface for all taggers"""
@staticmethod
def tag_value(container):
raise NotImplementedError