Skip to content

Commit 6b9b4fe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.9.1](astral-sh/ruff-pre-commit@v0.7.3...v0.9.1)
1 parent b8f2cd3 commit 6b9b4fe

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
@@ -2,12 +2,12 @@
22
repos:
33
- repo: https://github.com/asottile/pyupgrade
44
# keep it after flake8
5-
rev: v3.19.0
5+
rev: v3.19.1
66
hooks:
77
- id: pyupgrade
88
args: ["--py310-plus"]
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.7.3"
10+
rev: "v0.9.1"
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)