Upgrade isort version in pre-commit

This fixes recent issues with installing isort via pre-commit that was
introduced in recent versions of poetry-core.

See https://github.com/PyCQA/isort/pull/2078
This commit is contained in:
Jameel Al-Aziz 2023-02-21 20:48:37 -08:00
parent 34953774f3
commit 28b7deb12b
No known key found for this signature in database
GPG Key ID: D2C1CC4F32861B8D

View File

@ -9,7 +9,7 @@ repos:
- id: check-symlinks
- id: check-toml
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8