Skip to content

Commit 7296dd1

Browse files
Auto-update pre-commit hooks
1 parent 05c0460 commit 7296dd1

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
@@ -43,13 +43,13 @@ repos:
4343
4444
# Python hooks
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.20.0
46+
rev: v3.21.1
4747
hooks:
4848
- id: pyupgrade
4949
args: [--py36-plus]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 25.1.0
52+
rev: 25.9.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=100"]

0 commit comments

Comments
 (0)