From 672ff9732613e34b364c6bf03e3227947e0169af Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 1 Apr 2022 01:12:51 +0200 Subject: [PATCH] module: yapf needs extra toml now --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a3a92a3..40667b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,4 +20,5 @@ pylint = "*" pytest = "*" snapshottest = "*" rope = "*" +toml = "*" yapf = "*"