[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/v5.9.3...5.10.0)
This commit is contained in:
pre-commit-ci[bot] 2021-11-08 17:49:28 +00:00 committed by GitHub
parent 0dd953160c
commit 4e5cfe468d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/myint/autoflake
@ -26,8 +26,8 @@ repos:
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear==21.4.3"]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.9.3
- repo: https://github.com/PyCQA/isort
rev: 5.10.0
hooks:
- id: isort
- repo: https://github.com/myint/docformatter