Skip to content

Commit 07b5c32

Browse files
[pre-commit.ci] pre-commit autoupdate (#9073)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.290...v0.0.291) - [github.com/asottile/pyupgrade: v3.11.0 → v3.13.0](asottile/pyupgrade@v3.11.0...v3.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f0a55f9 commit 07b5c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.0.290"
20+
rev: "v0.0.291"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -34,7 +34,7 @@ repos:
3434
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3535
types: [python]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.11.0
37+
rev: v3.13.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py38-plus]

0 commit comments

Comments
 (0)