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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-06-05 09:11:12 +02:00 committed by GitHub
parent 6bb3295cf8
commit b79cb4a56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'