(py) Update configurations

This commit is contained in:
danymat
2022-01-22 20:37:49 +01:00
parent e5f0eb2c81
commit a9f4009d9b

View File

@@ -205,6 +205,7 @@ return {
{ before_first_item = { "", "Parameters", "----------" }, type = { "func" } },
},
{ "parameters", "\t$1", {} },
{ { "identifier", "type" }, "\t%s (%s): $1", { required = "typed_parameters", type = { "func" } } },
{ "attributes", "%s: $1", { before_first_item = { "", "Attributes", "----------" } } },
{ "return_statement", "$1", { before_first_item = { "", "Returns", "-------" } } },
{ nil, '"""' },