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

updates:
- [github.com/PyCQA/isort: 5.8.0 → 5.9.1](https://github.com/PyCQA/isort/compare/5.8.0...5.9.1)

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-06-25 08:50:07 -04:00 committed by GitHub
parent e500d57460
commit 2b27f47dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.1
hooks:
- id: isort
additional_dependencies: [toml]