[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0)
This commit is contained in:
pre-commit-ci[bot]
2021-07-19 22:18:48 +00:00
committed by GitHub
parent d39fb37995
commit 6ee74b9fd9

View File

@@ -5,7 +5,7 @@ ci:
repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
args: [--target-version=py39]