Skip to content

Commit 74968ca

Browse files
[pre-commit.ci] pre-commit autoupdate (#207)
updates: - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ffe2770 commit 74968ca

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.15.1
63+
rev: v3.15.2
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py38-plus]
6767

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

0 commit comments

Comments
 (0)