mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Upgrade isort version in pre-commit (#8882)
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:
parent
34953774f3
commit
390daf7a92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user