[pre-commit.ci] pre-commit autoupdate (#104)

updates:
- [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0)
- [github.com/asottile/pyupgrade: v2.19.4 → v2.21.2](https://github.com/asottile/pyupgrade/compare/v2.19.4...v2.21.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2021-07-19 19:14:57 -04:00 committed by GitHub
parent 89ae4cd194
commit 2ecbcefc56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
language_version: python3
@ -28,6 +28,6 @@ repos:
- id: docformatter
args: [--in-place]
- repo: https://github.com/asottile/pyupgrade
rev: v2.19.4
rev: v2.21.2
hooks:
- id: pyupgrade