liblaf-cherries 0.4.2__py3-none-any.whl → 0.4.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- liblaf/cherries/_version.py +2 -2
- liblaf/cherries/plugins/git_.py +2 -1
- {liblaf_cherries-0.4.2.dist-info → liblaf_cherries-0.4.3.dist-info}/METADATA +1 -1
- {liblaf_cherries-0.4.2.dist-info → liblaf_cherries-0.4.3.dist-info}/RECORD +6 -6
- {liblaf_cherries-0.4.2.dist-info → liblaf_cherries-0.4.3.dist-info}/WHEEL +0 -0
- {liblaf_cherries-0.4.2.dist-info → liblaf_cherries-0.4.3.dist-info}/licenses/LICENSE +0 -0
liblaf/cherries/_version.py
CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.4.
|
32
|
-
__version_tuple__ = version_tuple = (0, 4,
|
31
|
+
__version__ = version = '0.4.3'
|
32
|
+
__version_tuple__ = version_tuple = (0, 4, 3)
|
33
33
|
|
34
34
|
__commit_id__ = commit_id = None
|
liblaf/cherries/plugins/git_.py
CHANGED
@@ -23,6 +23,7 @@ class Git(core.Run):
|
|
23
23
|
inputs: list[Path] = attrs.field(factory=list)
|
24
24
|
outputs: list[Path] = attrs.field(factory=list)
|
25
25
|
repo: git.Repo = attrs.field(default=None)
|
26
|
+
verify: bool = False
|
26
27
|
|
27
28
|
@override
|
28
29
|
@core.impl(after=("Dvc",))
|
@@ -32,7 +33,7 @@ class Git(core.Run):
|
|
32
33
|
self.repo.git.add(all=True)
|
33
34
|
subprocess.run(["git", "status"], check=False)
|
34
35
|
message: str = self._make_commit_message()
|
35
|
-
self.repo.git.commit(message=message)
|
36
|
+
self.repo.git.commit(message=message, no_verify=not self.verify)
|
36
37
|
|
37
38
|
@override
|
38
39
|
@core.impl
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: liblaf-cherries
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.3
|
4
4
|
Summary: 🍒 Sweet experiment tracking with Comet, DVC, and Git integration.
|
5
5
|
Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
|
6
6
|
Project-URL: Documentation, https://cherries.readthedocs.io/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
liblaf/cherries/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
|
2
2
|
liblaf/cherries/__init__.pyi,sha256=vQIYxi3iwe0Uij8Q8RCFlzN5MCCDuWgcnyox01C_nJo,1066
|
3
3
|
liblaf/cherries/_entrypoint.py,sha256=pSRbOCuMhUnYrAsZTEideVbUDEmGocvKlMgGt_MX_Z0,2262
|
4
|
-
liblaf/cherries/_version.py,sha256=
|
4
|
+
liblaf/cherries/_version.py,sha256=bmI9ViMEsJ1Rjce-6ExwiNh2B7sZKTyBkze4k8NsTrU,704
|
5
5
|
liblaf/cherries/_version.pyi,sha256=Pnv4Bxw13LHeuVkPLPsTtnp4N4jOGcAfFJw05uMMgBY,108
|
6
6
|
liblaf/cherries/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
liblaf/cherries/typed.py,sha256=mim8QVtwczTSHyw5mhEdfFcXis9o32n0CZyu8BrEorE,50
|
@@ -30,7 +30,7 @@ liblaf/cherries/plugins/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQX
|
|
30
30
|
liblaf/cherries/plugins/__init__.pyi,sha256=dyTB5ZS78Kg_7oWeChk_h7Ry_gU9k1sDiL5YOmnoG7I,177
|
31
31
|
liblaf/cherries/plugins/comet.py,sha256=DzQ-ktyFO6JeV1di89J3P38Ok4X07mTVtAgUZDm0FLc,3607
|
32
32
|
liblaf/cherries/plugins/dvc.py,sha256=2HslDy_8gcFehly2CNCSZpRs0Wet7RTGMwbxxlo9IVc,1052
|
33
|
-
liblaf/cherries/plugins/git_.py,sha256=
|
33
|
+
liblaf/cherries/plugins/git_.py,sha256=pcJDYUl3D11h4_v0paEH2SyfswTmicAjluWoWJpeJjM,2194
|
34
34
|
liblaf/cherries/plugins/local.py,sha256=WHBJo6HIJOoTBRedd2a6nKoTJsaSUxhGN0jSAV94de8,1714
|
35
35
|
liblaf/cherries/plugins/logging.py,sha256=A2-fd7H96Jtg1eOOmMYp7AmT3133vDHd4HAklhjH6n0,533
|
36
36
|
liblaf/cherries/profiles/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
|
@@ -42,7 +42,7 @@ liblaf/cherries/profiles/_playground.py,sha256=Aru-7RVoxNhomPLUxDLiM5wD5ZCPLy5Ey
|
|
42
42
|
liblaf/cherries/utils/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
|
43
43
|
liblaf/cherries/utils/__init__.pyi,sha256=F5aTcXpWVmUoctPbLfmQXKyuXYRspAIjaIzfL1_3Lrw,51
|
44
44
|
liblaf/cherries/utils/_functools.py,sha256=0Puwvj1Wq4kp3S--hI-CXwUBZ56AtfkqIzFHllQtuug,181
|
45
|
-
liblaf_cherries-0.4.
|
46
|
-
liblaf_cherries-0.4.
|
47
|
-
liblaf_cherries-0.4.
|
48
|
-
liblaf_cherries-0.4.
|
45
|
+
liblaf_cherries-0.4.3.dist-info/METADATA,sha256=l4dJ7883MyxpE1TkIigzEYAIpjWKWRKiJ2UJx6tVC3g,7023
|
46
|
+
liblaf_cherries-0.4.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
47
|
+
liblaf_cherries-0.4.3.dist-info/licenses/LICENSE,sha256=Ph4NzyU3lGVDeYv-mf8aRmImH8v9rVL9F362FV4G6Ow,1063
|
48
|
+
liblaf_cherries-0.4.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|