[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.10.0 → 5.10.1](https://github.com/PyCQA/isort/compare/5.10.0...5.10.1)
This commit is contained in:
pre-commit-ci[bot] 2021-11-15 17:54:08 +00:00 committed by GitHub
parent 020c6609b1
commit 54f0c2402b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ repos:
- id: flake8
additional_dependencies: ["flake8-bugbear==21.4.3"]
- repo: https://github.com/PyCQA/isort
rev: 5.10.0
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/myint/docformatter