Skip to content

Commit 45ae0da

Browse files
committed
Update version of isort precommit hook to avoid poetry bug
1 parent 10cd742 commit 45ae0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.11.4
14+
rev: 5.12.0
1515
hooks:
1616
- id: isort
1717
args: [--profile, black]

0 commit comments

Comments
 (0)