isort 5.11.4 is broken (#205)

See https://github.com/PyCQA/isort/issues/2077
This commit is contained in:
Tom Parker-Shemilt 2023-01-30 11:55:38 +00:00 committed by GitHub
parent 3ef273f086
commit 9c1ebdcda4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: "5.11.4"
rev: "5.11.5"
hooks:
- id: isort
args: ["--profile", "black"]