From a32d9907fb0c745d29d8d055286c0c2f0e94d662 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 1 Apr 2022 01:00:43 +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 467180e..d455944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,4 +20,5 @@ pylint = "*" pytest = "*" snapshottest = "*" rope = "*" +toml = "*" yapf = "*"