Skip to content

Commit 6bbb2df

Browse files
chore: update pre-commit (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5957ac9 commit 6bbb2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
args: [--check]
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.15.2
34+
rev: v3.16.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py311-plus]
@@ -48,7 +48,7 @@ repos:
4848

4949
- repo: https://github.com/astral-sh/ruff-pre-commit
5050
# Ruff version.
51-
rev: v0.4.8
51+
rev: v0.5.0
5252
hooks:
5353
- id: ruff
5454
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)