Skip to content

Commit 90a8707

Browse files
Auto-update pre-commit hooks (#803)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dd83244 commit 90a8707

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.10.1
36+
rev: v3.11.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]
4040

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

0 commit comments

Comments
 (0)