Skip to content

Commit 255355d

Browse files
authored
Auto-update pre-commit hooks (backport of #1147)
1 parent 60b09db commit 255355d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ repos:
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v2.7.2
36+
rev: v3.18.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 22.3.0
42+
rev: 24.10.0
4343
hooks:
4444
- id: black
4545
args: ["--line-length=100"]

0 commit comments

Comments
 (0)