[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pycqa/isort: 5.11.0 → v5.11.3](https://github.com/pycqa/isort/compare/5.11.0...v5.11.3)
This commit is contained in:
pre-commit-ci[bot] 2022-12-19 20:54:27 +00:00 committed by GitHub
parent c9343aa9d6
commit 1bf098e0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pycqa/isort
rev: 5.11.0
rev: v5.11.3
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8