File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,7 @@ 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
44
43
encoding : str
45
- major_version_zero : bool
46
- == == == =
47
- >> >> >> > 366081 c (feat : add major - version - zero option to support initial package development )
48
44
49
45
50
46
name : str = "cz_conventional_commits"
@@ -72,6 +68,7 @@ class Settings(TypedDict, total=False):
72
68
"use_shortcuts" : False ,
73
69
"encoding" : "utf-8" ,
74
70
"major_version_zero" : False ,
71
+ "encoding" : "utf-8" ,
75
72
}
76
73
77
74
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" ,
53
54
}
54
55
55
56
_new_settings = {
67
68
"use_shortcuts" : False ,
68
69
"encoding" : "utf-8" ,
69
70
"major_version_zero" : False ,
71
+ "encoding" : "utf-8" ,
70
72
}
71
73
72
74
_read_settings = {
You can’t perform that action at this time.
0 commit comments