Skip to content

Commit 4bd1247

Browse files
[pre-commit.ci] pre-commit autoupdate (#270)
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.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bebc505 commit 4bd1247

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
@@ -60,13 +60,13 @@ repos:
6060
- id: rm-unneeded-f-str
6161

6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v3.19.0
63+
rev: v3.19.1
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py310-plus]
6767

6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.8.3
69+
rev: v0.8.4
7070
hooks:
7171
- id: ruff
7272
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)