From b79cb4a56aee2ffaed1d196d602b1427094a8763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 09:11:12 +0200 Subject: [PATCH] module: update yapf to version 0.30.0 Bumps [yapf](https://github.com/google/yapf) from 0.29.0 to 0.30.0 (#20). - [Release notes](https://github.com/google/yapf/releases) - [Changelog](https://github.com/google/yapf/blob/master/CHANGELOG) - [Commits](https://github.com/google/yapf/compare/v0.29.0...v0.30.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 10057b9..ccf3469 100644 --- a/Pipfile +++ b/Pipfile @@ -11,5 +11,5 @@ requests = '*' [dev-packages] rope = '==0.17.0' pylint = '==2.5.2' -yapf = '==0.29.0' +yapf = '==0.30.0' mypy = '== 0.780'