From 9062dc87045fe7ed1ff3cbbf7bbd3c76068db469 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 1 Apr 2022 00:57:39 +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 3140966..c6fb5df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ pylint = "~2.12" rope = "~0.23" types-PyYAML = "~6.0" types-requests = "~2.27" +toml = "~0.10" yapf = "~0.32" [tool.yapf]