Skip to content

Commit c98c189

Browse files
committed
upgrade pre-commit version
1 parent 249342a commit c98c189

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
@@ -22,7 +22,7 @@ repos:
2222
- id: no-commit-to-branch
2323
# NOTE: Keep order as pyupgrade (will update code) then pycln (remove unused imports), then isort (sort them) and black (final formatting)
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.19.1
25+
rev: v3.20.0
2626
hooks:
2727
- id: pyupgrade
2828
args:
@@ -36,7 +36,7 @@ repos:
3636
args: [--all, --expand-stars]
3737
name: prune imports
3838
- repo: https://github.com/PyCQA/isort
39-
rev: 6.0.0
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242
args: ["--profile", "black"]

0 commit comments

Comments
 (0)