Skip to content

Commit 7da84bd

Browse files
[pre-commit.ci] pre-commit autoupdate (#2345)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 090b68f commit 7da84bd

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
@@ -17,14 +17,14 @@ exclude: ^LICENSE.md$
1717
repos:
1818
# Autoupdate: Python code
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: 37bfa06d791fd38fb4e54910b36a2ff57641b074 # frozen: v3.20.0
20+
rev: f90119b1b8bd9e46949d9592972b2c4c27d62a97 # frozen: v3.21.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py312-plus]
2424

2525
# Automatically sort python imports
2626
- repo: https://github.com/PyCQA/isort
27-
rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
27+
rev: 0a09c783808cfe77bb3269250f663ff733d23302 # frozen: 7.0.0
2828
hooks:
2929
- id: isort
3030
args: [--profile, black]

0 commit comments

Comments
 (0)