Skip to content

Commit bce3ccd

Browse files
authored
fix: Update pre-commit dependency versions so isort works. (bazel-contrib#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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy