Merge pull request #431 from aostrowski/fix-isort

Update isort to work around build from source bug
This commit is contained in:
Mateusz Pusz
2023-02-01 22:42:29 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [--profile, black, --multi-line, "3"]