File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1818#########################################################################################
1919
2020local_settings = {
21- "show_command" :True ,
21+ "show_command" :False ,
2222 "force_rpc" :False ,
2323}
2424
@@ -235,8 +235,7 @@ class PythonVoiceCodingPluginRule(MappingRule):
235235 Choice ("big_roi" ,{
236236
237237 "if condition" : "if condition" ,
238- "iffae" : "if condition" ,
239- "LFA" : "else if condition" ,
238+ "else if condition" : "else if condition" ,
240239 "while condition" : "while condition" ,
241240 "with item" : "with clause" ,
242241
@@ -278,7 +277,6 @@ class PythonVoiceCodingPluginRule(MappingRule):
278277 "iterable" : "iterable" ,
279278
280279 "function name" : "definition name" ,
281- "F name" : "definition name" ,
282280 "function parameter" : "definition parameter" ,
283281 "parameter list" : "definition parameter list" ,
284282 "default value" : "default value" ,
You can’t perform that action at this time.
0 commit comments