File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 18
18
#########################################################################################
19
19
20
20
local_settings = {
21
- "show_command" :True ,
21
+ "show_command" :False ,
22
22
"force_rpc" :False ,
23
23
}
24
24
@@ -235,8 +235,7 @@ class PythonVoiceCodingPluginRule(MappingRule):
235
235
Choice ("big_roi" ,{
236
236
237
237
"if condition" : "if condition" ,
238
- "iffae" : "if condition" ,
239
- "LFA" : "else if condition" ,
238
+ "else if condition" : "else if condition" ,
240
239
"while condition" : "while condition" ,
241
240
"with item" : "with clause" ,
242
241
@@ -278,7 +277,6 @@ class PythonVoiceCodingPluginRule(MappingRule):
278
277
"iterable" : "iterable" ,
279
278
280
279
"function name" : "definition name" ,
281
- "F name" : "definition name" ,
282
280
"function parameter" : "definition parameter" ,
283
281
"parameter list" : "definition parameter list" ,
284
282
"default value" : "default value" ,
You can’t perform that action at this time.
0 commit comments