mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-07 06:04:27 +02:00
Update isort to work around build from source bug
A Poetry update broke isort: https://github.com/PyCQA/isort/issues/2077 The bug occurs when building from source, which is what pre-commit does. The latest version of isort fixes this issue.
This commit is contained in:
@@ -28,7 +28,7 @@ repos:
|
|||||||
- id: black
|
- id: black
|
||||||
language_version: python3
|
language_version: python3
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.10.1
|
rev: 5.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
args: [--profile, black, --multi-line, "3"]
|
args: [--profile, black, --multi-line, "3"]
|
||||||
|
Reference in New Issue
Block a user