File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ class Settings(TypedDict, total=False):
41
41
customize : CzSettings
42
42
major_version_zero : bool
43
43
encoding : str
44
+ major_version_zero : bool
44
45
45
46
46
47
name : str = "cz_conventional_commits"
@@ -69,6 +70,7 @@ class Settings(TypedDict, total=False):
69
70
"encoding" : "utf-8" ,
70
71
"major_version_zero" : False ,
71
72
"encoding" : "utf-8" ,
73
+ "major_version_zero" : False ,
72
74
}
73
75
74
76
MAJOR = "MAJOR"
Original file line number Diff line number Diff line change 51
51
"encoding" : "utf-8" ,
52
52
"major_version_zero" : False ,
53
53
"encoding" : "utf-8" ,
54
+ "major_version_zero" : False ,
54
55
}
55
56
56
57
_new_settings = {
69
70
"encoding" : "utf-8" ,
70
71
"major_version_zero" : False ,
71
72
"encoding" : "utf-8" ,
73
+ "major_version_zero" : False ,
72
74
}
73
75
74
76
_read_settings = {
You can’t perform that action at this time.
0 commit comments