Skip to content

Commit 6255cff

Browse files
Auto-update pre-commit hooks (#1147)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 912f9ac commit 6255cff

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
@@ -33,13 +33,13 @@ repos:
3333

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

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

0 commit comments

Comments
 (0)