Skip to content

Commit b1480a9

Browse files
davet2001dciborow
andauthored
fix: broken isort in docker build (#85)
As per issue #83 build of a fresh checkout fails. This PR increases the isort version to resolve the issue. Co-authored-by: Daniel Ciborowski <[email protected]>
1 parent 9a70b5e commit b1480a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.10.1
21+
rev: 5.12.0
2222
hooks:
2323
- id: isort
2424
args: ["-a", "from __future__ import annotations"]

0 commit comments

Comments
 (0)