Skip to content

Commit c2d2742

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.7...v0.4.8)
1 parent 73b5d1d commit c2d2742

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
@@ -25,14 +25,14 @@ repos:
2525
args: []
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.15.2
28+
rev: v3.16.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py38-plus]
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: v0.4.7
35+
rev: v0.4.8
3636
hooks:
3737
- id: ruff
3838
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)