[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0)
- [github.com/PyCQA/isort: 5.9.2 → 5.9.3](https://github.com/PyCQA/isort/compare/5.9.2...5.9.3)
This commit is contained in:
pre-commit-ci[bot] 2021-08-30 19:48:58 +00:00 committed by GitHub
commit fa7eae4550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.8b0
hooks:
- id: black
@ -29,6 +29,6 @@ repos:
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort