Skip to content

Commit 588f9dd

Browse files
Auto-update pre-commit hooks (#102)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5819951 commit 588f9dd

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
@@ -38,13 +38,13 @@ repos:
3838

3939
# Python hooks
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.10.1
41+
rev: v3.13.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py36-plus]
4545

4646
- repo: https://github.com/psf/black
47-
rev: 23.9.0
47+
rev: 23.9.1
4848
hooks:
4949
- id: black
5050
args: ["--line-length=100"]

0 commit comments

Comments
 (0)