From 6c665cbe4899e0ea07c2225876a016d19a9a01b9 Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Wed, 25 Jan 2023 17:25:12 +0100 Subject: [PATCH] add toml to yapf <=0.32 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d384345..8e5317e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,8 @@ all = [ "pyflakes>=2.5.0,<3.1.0", "pylint>=2.5.0,<3", "rope>1.2.0", - "yapf", + "yapf<=0.32.0", + "toml", "whatthepatch>=1.0.2,<2.0.0" ] autopep8 = ["autopep8>=1.6.0,<1.7.0"] @@ -46,7 +47,7 @@ pydocstyle = ["pydocstyle>=6.2.0,<6.3.0"] pyflakes = ["pyflakes>=2.5.0,<3.1.0"] pylint = ["pylint>=2.5.0,<3"] rope = ["rope>1.2.0"] -yapf = ["yapf", "whatthepatch>=1.0.2,<2.0.0"] +yapf = ["yapf<=0.32.0", "whatthepatch>=1.0.2,<2.0.0", "toml"] websockets = ["websockets>=10.3"] test = [ "pylint>=2.5.0,<3",