Skip to content

Commit bce3ccd

Browse files
authored
fix: Update pre-commit dependency versions so isort works. (#1096)
This resolve an issue where an older isort version don't work with a newer poetry version. I think this problem occurs if you've upgraded isort (which upgrades poetry, I think), but then downgrade isort (which doesn't downgrade poetry, too).
1 parent 797c2d0 commit bce3ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
- id: buildifier-lint
2727
args: *args
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.10.1
29+
rev: 5.12.0
3030
hooks:
3131
- id: isort
3232
name: isort (python)
3333
args:
3434
- --profile
3535
- black
3636
- repo: https://github.com/psf/black
37-
rev: 22.8.0
37+
rev: 23.1.0
3838
hooks:
3939
- id: black

0 commit comments

Comments
 (0)