From 64d152e4c5a2cf59be6a079bbd26a95e092a970d Mon Sep 17 00:00:00 2001 From: danymat Date: Sat, 29 Jan 2022 14:52:22 +0100 Subject: [PATCH] (py) Update configurations (#46) --- lua/neogen/configurations/python.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neogen/configurations/python.lua b/lua/neogen/configurations/python.lua index d70e0f9..b3432c8 100644 --- a/lua/neogen/configurations/python.lua +++ b/lua/neogen/configurations/python.lua @@ -294,7 +294,7 @@ return { { "identifier", "type" }, ":param %s: $1", { - after_each = { ":type %s: $1", index_types = { 2 } }, + after_each = ":type %s: %s $1", required = "typed_parameters", type = { "func" }, },