File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,11 @@ class Settings(TypedDict, total=False):
40
40
style : Optional [List [Tuple [str , str ]]]
41
41
customize : CzSettings
42
42
major_version_zero : bool
43
+ < << << << HEAD
43
44
encoding : str
44
45
major_version_zero : bool
46
+ == == == =
47
+ >> >> >> > 366081 c (feat : add major - version - zero option to support initial package development )
45
48
46
49
47
50
name : str = "cz_conventional_commits"
@@ -69,10 +72,6 @@ class Settings(TypedDict, total=False):
69
72
"use_shortcuts" : False ,
70
73
"encoding" : "utf-8" ,
71
74
"major_version_zero" : False ,
72
- "encoding" : "utf-8" ,
73
- "major_version_zero" : False ,
74
- "encoding" : "utf-8" ,
75
- "major_version_zero" : False ,
76
75
}
77
76
78
77
MAJOR = "MAJOR"
Original file line number Diff line number Diff line change 50
50
"use_shortcuts" : False ,
51
51
"encoding" : "utf-8" ,
52
52
"major_version_zero" : False ,
53
- "encoding" : "utf-8" ,
54
- "major_version_zero" : False ,
55
- "encoding" : "utf-8" ,
56
- "major_version_zero" : False ,
57
53
}
58
54
59
55
_new_settings = {
71
67
"use_shortcuts" : False ,
72
68
"encoding" : "utf-8" ,
73
69
"major_version_zero" : False ,
74
- "encoding" : "utf-8" ,
75
- "major_version_zero" : False ,
76
- "encoding" : "utf-8" ,
77
- "major_version_zero" : False ,
78
70
}
79
71
80
72
_read_settings = {
You can’t perform that action at this time.
0 commit comments