From ae3eeeaf59cfe60709a0eb945dd27e003e128ad1 Mon Sep 17 00:00:00 2001 From: luxin Date: Tue, 11 Jan 2022 15:07:08 +0800 Subject: [PATCH] add keywords_must for python-3-5 --- .../config.json" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/config.json" "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/config.json" index b8426c6..af809ad 100644 --- "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/config.json" +++ "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/config.json" @@ -6,7 +6,8 @@ "children": [], "node_id": "python-3-5", "keywords_must": [ - "python" + "python", + "PEP8" ], "keywords_forbid": [] } \ No newline at end of file -- GitLab