Skip to content

Commit 45f80cf

Browse files
Auto-update pre-commit hooks (#211)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f993c0 commit 45f80cf

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
@@ -42,13 +42,13 @@ repos:
4242
4343
# Python hooks
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.17.0
45+
rev: v3.18.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
4949

5050
- repo: https://github.com/psf/black
51-
rev: 24.8.0
51+
rev: 24.10.0
5252
hooks:
5353
- id: black
5454
args: ["--line-length=100"]

0 commit comments

Comments
 (0)