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"
@@ -71,6 +72,7 @@ class Settings(TypedDict, total=False):
71
72
"encoding" : "utf-8" ,
72
73
"major_version_zero" : False ,
73
74
"encoding" : "utf-8" ,
75
+ "major_version_zero" : False ,
74
76
}
75
77
76
78
MAJOR = "MAJOR"
Original file line number Diff line number Diff line change 53
53
"encoding" : "utf-8" ,
54
54
"major_version_zero" : False ,
55
55
"encoding" : "utf-8" ,
56
+ "major_version_zero" : False ,
56
57
}
57
58
58
59
_new_settings = {
73
74
"encoding" : "utf-8" ,
74
75
"major_version_zero" : False ,
75
76
"encoding" : "utf-8" ,
77
+ "major_version_zero" : False ,
76
78
}
77
79
78
80
_read_settings = {
You can’t perform that action at this time.
0 commit comments