From f24fb3f5070c78bea67fff640583a4631d479d86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 00:28:17 +0000 Subject: [PATCH] module: update yapf to ~0.33.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c4ff82..c7b86c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ rope = "~1.7" types-PyYAML = "~6.0" types-requests = "~2.28" toml = "~0.10" -yapf = "~0.32" +yapf = "~0.33.0" [tool.yapf] based_on_style = "pep8"