Skip to content

Commit

Permalink
fix: broken isort in docker build (#85)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
davet2001 and dciborow authored Mar 12, 2023
1 parent 9a70b5e commit b1480a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ["-a", "from __future__ import annotations"]
Expand Down

0 comments on commit b1480a9

Please sign in to comment.