From 8bcd0c127c1415c7430a8dda92073d5f2c2032a7 Mon Sep 17 00:00:00 2001 From: luxin Date: Tue, 11 Jan 2022 15:11:05 +0800 Subject: [PATCH] add keywords_must for python-3-5 --- data/tree.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/tree.json b/data/tree.json index 6341d14..f290716 100644 --- a/data/tree.json +++ b/data/tree.json @@ -324,7 +324,8 @@ "keywords": [], "children": [], "keywords_must": [ - "python" + "python", + "PEP8" ], "keywords_forbid": [] } -- GitLab