module: update yapf to version 0.32

Updates the requirements on [yapf](https://github.com/google/yapf) to permit the latest version (#58).
- [Release notes](https://github.com/google/yapf/releases)
- [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG)
- [Commits](https://github.com/google/yapf/compare/v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: yapf
  dependency-type: direct:development
...

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] 2021-12-30 17:20:34 +01:00 committed by GitHub
parent 59c9c7b633
commit 840a07b19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pylint = "~2.12"
rope = "~0.22"
types-PyYAML = "~6.0"
types-requests = "~2.26"
yapf = "~0.31"
yapf = "~0.32"
[tool.yapf]
based_on_style = "pep8"