Skip to content

Commit b2f3b74

Browse files
Auto-update pre-commit hooks (#178)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c0a5c3 commit b2f3b74

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.16.0
45+
rev: v3.17.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
4949

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

0 commit comments

Comments
 (0)