mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 01:26:53 +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-symlinks
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 5.8.0
|
rev: 5.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user